diff --git a/src/pages/login/login.ts b/src/pages/login/login.ts index 7cb2c8b..d8f14ee 100644 --- a/src/pages/login/login.ts +++ b/src/pages/login/login.ts @@ -38,6 +38,12 @@ export class LoginPage { appScope: scope, redirectUri: 'http://localhost/callback' }); + } else if (this.device.platform === "blackberry10") { + this.oauth = new OauthBrowser(); + this.pnutProvider = new PnutAuth({ + appScope: scope, + redirectUri: 'https://zoidberg.monkeystew.net/' + }); } else { this.oauth = new OauthBrowser(); this.pnutProvider = new PnutAuth({