There was an error while loading. Please reload this page.
1 parent 89ccfc7 commit 529f75eCopy full SHA for 529f75e
1 file changed
ui/src/user/Login.tsx
@@ -76,7 +76,8 @@ const Login = observer(() => {
76
className="login"
77
color="primary"
78
disabled={
79
- !!currentUser.connectionErrorMessage || currentUser.authenticating
+ !!currentUser.connectionErrorMessage ||
80
+ currentUser.authenticating
81
}
82
style={{marginTop: 15, marginBottom: 5}}
83
loading={currentUser.authenticating}
0 commit comments