Feat/install process refinement (#3982)

This commit is contained in:
crazywoola
2024-04-29 17:55:52 +08:00
committed by GitHub
parent 1d432728ac
commit c5e2659771
26 changed files with 871 additions and 840 deletions

View File

@@ -245,7 +245,7 @@ const NormalForm = () => {
<span className='cursor-pointer text-primary-600'>{t('login.forget')}</span>
</Tooltip> */}
</label>
<div className="relative mt-1 rounded-md shadow-sm">
<div className="relative mt-1">
<input
id="password"
value={password}
@@ -300,6 +300,15 @@ const NormalForm = () => {
>{t('login.pp')}</Link>
</div>
{IS_CE_EDITION && <div className="w-hull text-center block mt-2 text-xs text-gray-600">
{t('login.goToInit')}
&nbsp;
<Link
className='text-primary-600'
href='/install'
>{t('login.setAdminAccount')}</Link>
</div>}
</div>
</div>
</>