diff --git a/Auth/src/wasmJsMain/kotlin/io/github/jan/supabase/auth/setupPlatform.kt b/Auth/src/wasmJsMain/kotlin/io/github/jan/supabase/auth/setupPlatform.kt index 995eb0f86..df5501248 100644 --- a/Auth/src/wasmJsMain/kotlin/io/github/jan/supabase/auth/setupPlatform.kt +++ b/Auth/src/wasmJsMain/kotlin/io/github/jan/supabase/auth/setupPlatform.kt @@ -37,6 +37,8 @@ actual fun Auth.setupPlatform() { window.history.replaceState(null, window.document.title, newURL); } + checkForHash() + checkForPCKECode() if(IS_BROWSER) { window.onhashchange = { checkForHash()