- fixes #2153, attempt to fix 401 unauthorized error when implementing OIDC

This commit is contained in:
Amruth Pillai
2025-01-15 16:32:43 +01:00
parent 9a34e4af27
commit 63db927924
16 changed files with 219 additions and 196 deletions

View File

@ -41,7 +41,7 @@ export const SocialAuth = () => {
>
<a href="/api/auth/openid">
<Fingerprint className="mr-3 size-4" />
{t`OpenID`}
{import.meta.env.VITE_OPENID_NAME}
</a>
</Button>
)}