Skip to content

Commit

Permalink
feat: fix the bug that spin in oauth is always showing (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo220yuyaodog committed Dec 23, 2022
1 parent b8b915a commit da69d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/auth/LoginPage.js
Expand Up @@ -96,6 +96,7 @@ class LoginPage extends React.Component {
AuthBackend.getApplicationLogin(oAuthParams)
.then((res) => {
if (res.status === "ok") {
this.onUpdateApplication(res.data);
this.setState({
application: res.data,
});
Expand Down

0 comments on commit da69d94

Please sign in to comment.