This commit is contained in:
Peter Maquiran
2021-08-18 15:57:19 +01:00
parent 2aba281a60
commit 152d0ebbf9
11 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export class WebNotificationsService {
MFPPush.registerDevice()
.then((res) => {
alert("WEB Successfully Registered Device...");
console.log("WEB Successfully Registered Device...");
})
.catch((err) => {
console.log("WEB Registration Failed" + err);