mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
no-op startAuthFlow on android
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user