fix(auth): use correct sign-in method for genericOAuth
Add genericOAuthClient plugin to auth client and change sign-in call from signIn.social() to signIn.oauth2() with correct providerId parameter.
This commit is contained in:
@@ -18,8 +18,8 @@ export default function SignInPage() {
|
||||
}, [session, router])
|
||||
|
||||
const handleSignIn = async () => {
|
||||
await signIn.social({
|
||||
provider: "authentik",
|
||||
await signIn.oauth2({
|
||||
providerId: "authentik",
|
||||
callbackURL: "/",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user