feat: OIDC Plugin (#765)

This commit is contained in:
Bereket Engida
2024-12-21 02:12:04 +03:00
committed by GitHub
parent 79625f7dbf
commit 4555f92063
29 changed files with 3051 additions and 47 deletions

View File

@@ -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",
});