mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Disable logging in button (#21900)
This commit is contained in:
parent
5c89a8451e
commit
959c49f6d8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user