From fc2e5d18b7d86fd78e7c3c401e7f6320848d355e Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 17 Apr 2025 00:52:24 +0800 Subject: [PATCH] misc: displayed full admin login url --- .../components/OrgAuthTab/OrgGeneralAuthSection.tsx | 4 ++-- .../SettingsPage/components/OrgAuthTab/OrgOIDCSection.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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