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