enabled accounts on Edge
This commit is contained in:
parent
c6cc5f4ac4
commit
cccc1a5383
4 changed files with 16 additions and 2 deletions
|
@ -86,7 +86,7 @@ export default async function getCapabilities() {
|
|||
}
|
||||
let account = typeof AUTH_CONFIG !== 'undefined';
|
||||
try {
|
||||
account = account && !!localStorage && browserName() !== 'edge';
|
||||
account = account && !!localStorage;
|
||||
} catch (e) {
|
||||
account = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue