Fixes no settings after oauth redirect

This commit is contained in:
Christian Beutel
2025-04-08 20:32:46 +02:00
parent 8b3a923743
commit ce1f4c385e

View File

@@ -40,7 +40,7 @@
codeVerifier: provider.codeVerifier,
})
.then(() => {
goto("/");
window.location.href = "/";
})
.catch((e) => {
error = "oauth_error";