mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
feat: OIDC Plugin (#765)
This commit is contained in:
@@ -171,7 +171,7 @@ export default function SignIn() {
|
||||
variant="outline"
|
||||
className="gap-2"
|
||||
onClick={async () => {
|
||||
await signIn.social({
|
||||
const { data } = await signIn.social({
|
||||
provider: "microsoft",
|
||||
callbackURL: "/dashboard",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user