This commit is contained in:
Peter Maquiran
2021-11-09 15:37:59 +01:00
parent ad18a29846
commit bf226f2f49
28 changed files with 191 additions and 544 deletions
+3 -3
View File
@@ -132,11 +132,11 @@ export class InactivityPage implements OnInit {
}
}
else {
this.toastService.badRequest('Por favor, insira a sua palavra-passe');
this.toastService._badRequest('Por favor, insira a sua palavra-passe');
}
}
else {
this.toastService.badRequest('Por favor, insira o seu nome de utilizador');
this.toastService._badRequest('Por favor, insira o seu nome de utilizador');
}
}
@@ -182,7 +182,7 @@ export class InactivityPage implements OnInit {
}, 1000)
} else {
this.toastService.badRequest('Pin incorreto')
this.toastService._badRequest('Pin incorreto')
this.code = []
}