mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
disable accounts on Edge. more crypto errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user