mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: link social, admin delete account,update
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user