diff --git a/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgGeneralAuthSection.tsx b/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgGeneralAuthSection.tsx index b9aa98c95..fdccaead7 100644 --- a/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgGeneralAuthSection.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgGeneralAuthSection.tsx @@ -129,14 +129,14 @@ export const OrgGeneralAuthSection = () => { level.

- In case of a lockout, admins can use the admin login portal{" "} + In case of a lockout, admins can use the admin login portal in{" "} - here. + {window.location.origin}/login/admin

diff --git a/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgOIDCSection.tsx b/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgOIDCSection.tsx index 5d48ff583..727591801 100644 --- a/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgOIDCSection.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/OrgAuthTab/OrgOIDCSection.tsx @@ -212,14 +212,14 @@ export const OrgOIDCSection = (): JSX.Element => { level.

- In case of a lockout, admins can use the admin login portal{" "} + In case of a lockout, admins can use the admin login portal in{" "} - here. + {window.location.origin}/login/admin