mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-11 04:19:31 +00:00
fix: svelte type breaking on useSession
This commit is contained in:
@@ -106,6 +106,9 @@ export function SignUpCard() {
|
||||
onError(context) {
|
||||
alert(context.error.message);
|
||||
},
|
||||
onSuccess(context) {
|
||||
window.location.href = "/";
|
||||
},
|
||||
},
|
||||
});
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user