Commit 959c49f6 by Tobias Skarhed Committed by GitHub

Disable logging in button (#21900)

parent 5c89a845
...@@ -103,7 +103,7 @@ export class LoginForm extends PureComponent<Props, State> { ...@@ -103,7 +103,7 @@ export class LoginForm extends PureComponent<Props, State> {
Log In Log In
</button> </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> Logging In<span>.</span>
<span>.</span> <span>.</span>
<span>.</span> <span>.</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment