web: add UserActivation polyfill for browsers that don't have it

This commit is contained in:
dumbmoron
2024-09-11 09:34:49 +00:00
parent 2122e87e66
commit 4af48dd2f9
4 changed files with 57 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
import { browser } from "$app/environment";
import { afterNavigate } from "$app/navigation";
import "$lib/polyfills";
import env from "$lib/env";
import settings from "$lib/state/settings";
import locale from "$lib/i18n/locale";