db: push sso changes

This commit is contained in:
2026-01-14 03:24:30 -05:00
parent 1cf3dc4d6f
commit ea9dc35323
3 changed files with 21 additions and 2 deletions
@@ -87,8 +87,8 @@ export function SettingsContent() {
const handleLinkAuthentik = async () => {
setIsLinking(true);
try {
await authClient.linkSocial({
provider: "authentik",
await authClient.signIn.sso({
domain: "beenvoice.soconnor.dev",
callbackURL: "/dashboard/settings",
});
} catch (error) {