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() { getToken() {
// this.notificatinsservice.requestPermissions(); this.notificatinsservice.requestPermissions();
// this.notificatinsservice.registrationError(); this.notificatinsservice.registrationError();
// this.notificatinsservice.getAndpostToken(this.username); this.notificatinsservice.getAndpostToken(this.username);
} }
setCode(code: string) { setCode(code: string) {
+3 -3
View File
@@ -98,9 +98,9 @@ export class LoginPage implements OnInit {
} }
getToken() { getToken() {
// this.notificatinsservice.requestPermissions(); this.notificatinsservice.requestPermissions();
// this.notificatinsservice.registrationError(); this.notificatinsservice.registrationError();
// this.notificatinsservice.getAndpostToken(this.username); this.notificatinsservice.getAndpostToken(this.username);
} }
async Login() { async Login() {