no-op startAuthFlow on android

This commit is contained in:
Danny Coates 2019-03-08 13:04:46 -08:00
parent 07eefcafdb
commit da5f503dbc
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 17 additions and 15 deletions

View file

@ -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);