parent
e6eb71003b
commit
9cfaaae6cb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export class LoginPage {
|
|||
|
||||
let scope = ['basic','stream','write_post'];
|
||||
|
||||
if (this.device.platform === "Android") {
|
||||
if (this.device.platform === "Android" || this.device.platform === "amazon-fireos") {
|
||||
this.oauth = new OauthCordova();
|
||||
this.pnutProvider = new PnutAuth({
|
||||
appScope: scope,
|
||||
|
|
Reference in a new issue