disable accounts on Edge. more crypto errors
This commit is contained in:
parent
de88885189
commit
694e05f738
|
@ -86,7 +86,7 @@ export default async function getCapabilities() {
|
|||
}
|
||||
let account = typeof AUTH_CONFIG !== 'undefined';
|
||||
try {
|
||||
account = account && !!localStorage;
|
||||
account = account && !!localStorage && browserName() !== 'edge';
|
||||
} catch (e) {
|
||||
account = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue