parent
ee532730d6
commit
84f09636c9
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ export class LoginPage {
|
||||||
appScope: scope,
|
appScope: scope,
|
||||||
redirectUri: 'http://localhost/callback'
|
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 {
|
} else {
|
||||||
this.oauth = new OauthBrowser();
|
this.oauth = new OauthBrowser();
|
||||||
this.pnutProvider = new PnutAuth({
|
this.pnutProvider = new PnutAuth({
|
||||||
|
|
Reference in a new issue