Fixes no settings after oauth redirect
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
codeVerifier: provider.codeVerifier,
|
||||
})
|
||||
.then(() => {
|
||||
goto("/");
|
||||
window.location.href = "/";
|
||||
})
|
||||
.catch((e) => {
|
||||
error = "oauth_error";
|
||||
|
||||
Reference in New Issue
Block a user