mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 02:06:35 +08:00
fix: hide Dify branding in webapp signin page when branding is enabled (#29200)
This commit is contained in:
parent
3dc3589b8c
commit
52ea799cec
@ -94,8 +94,8 @@ const NormalForm = () => {
|
|||||||
<>
|
<>
|
||||||
<div className="mx-auto mt-8 w-full">
|
<div className="mx-auto mt-8 w-full">
|
||||||
<div className="mx-auto w-full">
|
<div className="mx-auto w-full">
|
||||||
<h2 className="title-4xl-semi-bold text-text-primary">{t('login.pageTitle')}</h2>
|
<h2 className="title-4xl-semi-bold text-text-primary">{systemFeatures.branding.enabled ? t('login.pageTitleForE') : t('login.pageTitle')}</h2>
|
||||||
{!systemFeatures.branding.enabled && <p className='body-md-regular mt-2 text-text-tertiary'>{t('login.welcome')}</p>}
|
<p className='body-md-regular mt-2 text-text-tertiary'>{t('login.welcome')}</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div className="mt-6 flex flex-col gap-3">
|
<div className="mt-6 flex flex-col gap-3">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user