mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-10 09:51:29 +03:00
Cleaned up code and added missing translation units
This commit is contained in:
@@ -41,7 +41,7 @@ export class LoginComponent implements OnInit {
|
||||
}
|
||||
|
||||
login() {
|
||||
if (this.loginPasswordInput === '' || this.loggingIn) {
|
||||
if (this.loginPasswordInput === '') {
|
||||
return;
|
||||
}
|
||||
this.loggingIn = true;
|
||||
|
||||
Reference in New Issue
Block a user