fix: link social, admin delete account,update

This commit is contained in:
Théo LAGACHE
2026-02-25 09:58:15 +01:00
parent b9ef58044e
commit 31285dd0d6
11 changed files with 928 additions and 857 deletions
@@ -63,7 +63,7 @@ export function ProfileProviders({
callbackURL: "/dashboard",
});
} else {
result = await authClient.signIn.social({
result = await authClient.linkSocial({
provider: provider.id as any,
callbackURL: "/dashboard",
});