mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
db: push sso changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user