no-op startAuthFlow on android
This commit is contained in:
parent
07eefcafdb
commit
da5f503dbc
4 changed files with 17 additions and 15 deletions
|
@ -11,6 +11,10 @@ export default class AndroidUser extends User {
|
|||
Android.beginOAuthFlow();
|
||||
}
|
||||
|
||||
startAuthFlow() {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
async finishLogin(accountInfo) {
|
||||
const jwks = JSON.parse(accountInfo.keys);
|
||||
const ikm = jwks['https://identity.mozilla.com/apps/send'].k;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue