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:
@@ -1,4 +1,5 @@
|
||||
/* global window, navigator */
|
||||
import 'fluent-intl-polyfill';
|
||||
import choo from 'choo';
|
||||
import html from 'choo/html';
|
||||
import Raven from 'raven-js';
|
||||
@@ -78,9 +79,7 @@ function body(main) {
|
||||
}; //TODO
|
||||
state.archive = new Archive([], DEFAULTS.EXPIRE_SECONDS);
|
||||
state.storage = storage;
|
||||
state.user = new User(storage, LIMITS, {
|
||||
issuer: 'https://accounts.firefox.com'
|
||||
});
|
||||
state.user = new User(storage, LIMITS);
|
||||
state.raven = Raven;
|
||||
});
|
||||
app.use(metrics);
|
||||
|
||||
Reference in New Issue
Block a user