misc: displayed full admin login url

This commit is contained in:
Sheen Capadngan
2025-04-17 00:52:24 +08:00
parent 5d0bbce12d
commit fc2e5d18b7
2 changed files with 4 additions and 4 deletions

View File

@@ -129,14 +129,14 @@ export const OrgGeneralAuthSection = () => {
level.
</span>
<p className="mt-4">
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{" "}
<a
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-2 hover:text-mineshaft-300"
href={`${window.location.origin}/login/admin`}
>
here.
{window.location.origin}/login/admin
</a>
</p>
</div>

View File

@@ -212,14 +212,14 @@ export const OrgOIDCSection = (): JSX.Element => {
level.
</span>
<p className="mt-4">
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{" "}
<a
target="_blank"
rel="noopener noreferrer"
className="underline underline-offset-2 hover:text-mineshaft-300"
href={`${window.location.origin}/login/admin`}
>
here.
{window.location.origin}/login/admin
</a>
</p>
</div>