diff --git a/web/src/auth/Face.js b/web/src/auth/Face.js index ff41ecd0..44865ebb 100644 --- a/web/src/auth/Face.js +++ b/web/src/auth/Face.js @@ -13,7 +13,7 @@ // limitations under the License. import React from "react"; -import {Alert, Button, Checkbox, Col, Form, Input, Row} from "antd"; +import {Alert, Button, Checkbox, Col, Form, Input, Result, Row} from "antd"; import {LockOutlined, UserOutlined} from "@ant-design/icons"; import * as AuthBackend from "./AuthBackend"; import * as Provider from "./Provider"; @@ -98,12 +98,12 @@ class Face extends React.Component { }); }; - renderForm(application) { + renderMessage() { if (this.state.msg !== null) { return (