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
+1 -1
View File
@@ -105,7 +105,7 @@ export class HomePage implements OnInit {
}
mobilefirstConnect() {
WLAuthorizationManager.obtainAccessToken("").then(
window['WLAuthorizationManager'].obtainAccessToken("").then(
(token) => {
console.log('MobileFirst Server connect: Success ' + token);