Disable logging in button (#21900)

This commit is contained in:
Tobias Skarhed
2020-02-04 09:41:11 +01:00
committed by GitHub
parent 5c89a8451e
commit 959c49f6d8

View File

@@ -103,7 +103,7 @@ export class LoginForm extends PureComponent<Props, State> {
Log In
</button>
) : (
<button type="submit" className="btn btn-large p-x-2 btn-inverse btn-loading">
<button type="submit" disabled className="btn btn-large p-x-2 btn-inverse btn-loading">
Logging In<span>.</span>
<span>.</span>
<span>.</span>