Pipeline bug on ibm packge solved

This commit is contained in:
Eudes Inácio
2021-07-08 10:48:26 +01:00
parent 0cee14c524
commit e91adc07fe
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -47,7 +47,7 @@ export class WebNotificationsService {
}
async onReceviNotificationWeb() {
WLAuthorizationManager.obtainAccessToken("push.mobileclient").then(
window['WLAuthorizationManager'].obtainAccessToken("push.mobileclient").then(
(token) => {
console.log('Push Notification: Success ' + token);
@@ -94,7 +94,7 @@ async onReceviNotificationWeb() {
const geturl = environment.apiURL + 'notifications/token'; */
/*
WLAuthorizationManager.obtainAccessToken("push.mobileclient").then(
window['WLAuthorizationManager'].obtainAccessToken("push.mobileclient").then(
(token) => {
console.log('Push Notification: Success ' + token);
@@ -143,7 +143,7 @@ async onReceviNotificationWeb() {
} */
/*
async onReceviNotification() {
WLAuthorizationManager.obtainAccessToken("push.mobileclient").then(
window['WLAuthorizationManager'].obtainAccessToken("push.mobileclient").then(
(token) => {
console.log('Push Notification: Success ' + token);