mirror of https://github.com/apache/cloudstack.git
ui: Disable login button until redirected (#4857)
This commit is contained in:
parent
dab7d29bb2
commit
61de2371ab
|
|
@ -189,8 +189,8 @@ export default {
|
|||
}
|
||||
Login(loginParams)
|
||||
.then((res) => this.loginSuccess(res))
|
||||
.catch(err => this.requestFailed(err))
|
||||
.finally(() => {
|
||||
.catch(err => {
|
||||
this.requestFailed(err)
|
||||
state.loginBtn = false
|
||||
})
|
||||
} else if (customActiveKey === 'saml') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue