mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-06 01:01:33 +00:00
update
This commit is contained in:
parent
07c505187d
commit
18a014d739
@ -116,7 +116,7 @@ export class LoginComponent implements OnInit, DoCheck {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngDoCheck() {
|
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;
|
this.isRememberMe = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user