mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: fix release-track cookie not getting set
This commit is contained in:
@@ -110,6 +110,7 @@ export const AboutSettings: SettingsGroup[] = [
|
||||
track: value
|
||||
});
|
||||
}
|
||||
document.cookie = `release-track=${value}; Secure`;
|
||||
const registrations =
|
||||
(await navigator.serviceWorker?.getRegistrations()) || [];
|
||||
for (const registration of registrations) {
|
||||
|
||||
Reference in New Issue
Block a user