mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-02 02:56:42 +00:00
update
This commit is contained in:
parent
07c505187d
commit
18a014d739
@ -116,7 +116,7 @@ export class LoginComponent implements OnInit, DoCheck {
|
||||
}
|
||||
|
||||
ngDoCheck() {
|
||||
if (this.loginForm.get('username').valid || this.loginForm.get('password').valid) {
|
||||
if (this.loginForm.get('username').valid && this.loginForm.get('password').valid) {
|
||||
this.isRememberMe = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user