Cleaned up code and added missing translation units

This commit is contained in:
Tzahi12345
2020-05-03 19:35:38 -04:00
parent 74e47b7d04
commit 1861011fb0
10 changed files with 16 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ export class LoginComponent implements OnInit {
}
login() {
if (this.loginPasswordInput === '' || this.loggingIn) {
if (this.loginPasswordInput === '') {
return;
}
this.loggingIn = true;