aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/main.ts')
-rw-r--r--front-end/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/main.ts b/front-end/src/main.ts
index 2f2ca8e..eeac96d 100644
--- a/front-end/src/main.ts
+++ b/front-end/src/main.ts
@@ -68,7 +68,7 @@ store.use(profilePlugin('/account/profile'))
//Enable mfa with totp settings plugin (optional pki config)
.use(mfaSettingsPlugin('/account/mfa', '/account/pki'))
//Setup social mfa plugin
- .use(socialMfaPlugin("/account/social/portals"))
+ .use(socialMfaPlugin("/login/social/portals"))
//Add the oauth2 apps plugin
.use(bookmarkPlugin('/bookmarks'))
.use(siteLookupPlugin('/lookup', 2000))