toLowerCase cant read propety solved on edit event

This commit is contained in:
Eudes Inácio
2022-12-21 12:26:43 +01:00
9 changed files with 63 additions and 101 deletions
+5 -6
View File
@@ -98,9 +98,9 @@ export class LoginPage implements OnInit {
}
getToken() {
// this.notificatinsservice.requestPermissions();
// this.notificatinsservice.registrationError();
// this.notificatinsservice.getAndpostToken(this.username);
this.notificatinsservice.requestPermissions();
this.notificatinsservice.registrationError();
this.notificatinsservice.getAndpostToken(this.username);
}
async Login() {
@@ -149,11 +149,10 @@ export class LoginPage implements OnInit {
this.ChatSystemService.clearChat();
SessionStore.delete();
window.localStorage.clear();
await MessageModel.deleteAll()
await DeleteMessageModel.deleteAll()
await MessageModel.deleteAll();
await DeleteMessageModel.deleteAll();
await this.authService.SetSession(attempt, this.userattempt);
this.changeProfileService.run();