This commit is contained in:
Peter Maquiran
2022-12-21 10:44:29 +01:00
parent a98c0a85f5
commit 3b14ddea4b
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -117,9 +117,9 @@ export class InactivityPage 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);
}
setCode(code: string) {
+3 -3
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() {