mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -44,7 +44,7 @@ export class LoginPage implements OnInit {
|
||||
|
||||
}
|
||||
//Function to validade the login inputs
|
||||
validateInput() {
|
||||
validateInput(){
|
||||
return (
|
||||
this.username.trim().length > 0
|
||||
&& this.password.trim().length > 0
|
||||
|
||||
Reference in New Issue
Block a user