mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
demo: fix types
This commit is contained in:
@@ -350,8 +350,8 @@ export default function UserCard(props: {
|
||||
setIsSignOut(true);
|
||||
await signOut({
|
||||
fetchOptions: {
|
||||
body: {
|
||||
callbackURL: "/",
|
||||
onSuccess() {
|
||||
router.push("/");
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -3,7 +3,6 @@ import {
|
||||
bearer,
|
||||
organization,
|
||||
passkey,
|
||||
phoneNumber,
|
||||
twoFactor,
|
||||
admin,
|
||||
} from "better-auth/plugins";
|
||||
|
||||
Reference in New Issue
Block a user