mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
improve
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user