mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 13:55:07 +01:00
Fix hostname not being show correctly
This commit is contained in:
parent
287ea61e17
commit
257b080e67
@ -54,9 +54,14 @@ export function TrustBackendPart(props: TrustBackendPartProps) {
|
||||
title={t("auth.trust.title")}
|
||||
icon={<Icon icon={Icons.CIRCLE_EXCLAMATION} />}
|
||||
>
|
||||
<span className="text-white">
|
||||
<Trans i18nKey="auth.trust.host">{[{ hostname }]}</Trans>
|
||||
</span>
|
||||
<Trans
|
||||
i18nKey="auth.trust.host"
|
||||
values={{
|
||||
hostname,
|
||||
}}
|
||||
>
|
||||
<span className="text-white" />
|
||||
</Trans>
|
||||
</LargeCardText>
|
||||
|
||||
<div className="border border-authentication-border rounded-xl px-4 py-8 flex flex-col items-center space-y-2 my-8">
|
||||
|
Loading…
Reference in New Issue
Block a user