mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-05 09:29:27 +00:00
fix header auth formatting
This commit is contained in:
@@ -836,11 +836,11 @@ export default function ResourceAuthenticationPage() {
|
||||
>
|
||||
<Bot size="14" />
|
||||
<span>
|
||||
{t("resourceHeaderAuthProtection", {
|
||||
status: authInfo.headerAuth
|
||||
? t("enabled")
|
||||
: t("disabled")
|
||||
})}
|
||||
{authInfo.headerAuth
|
||||
? t("resourceHeaderAuthProtection")
|
||||
: t(
|
||||
"resourceHeaderAuthProtectionDisabled"
|
||||
)}
|
||||
</span>
|
||||
</div>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user