mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +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';
|
let account = typeof AUTH_CONFIG !== 'undefined';
|
||||||
try {
|
try {
|
||||||
account = account && !!localStorage;
|
account = account && !!localStorage && browserName() !== 'edge';
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
account = false;
|
account = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user