fix: session (#1455)

* fix: session

* doc

* fix: i188n
This commit is contained in:
Archer
2024-05-13 11:04:50 +08:00
committed by GitHub
parent ee8cb0915e
commit 59fd94384d
6 changed files with 27 additions and 15 deletions

View File

@@ -137,7 +137,7 @@ const LoginForm = ({ setPageType, loginSuccess }: Props) => {
isLoading={requesting}
onClick={handleSubmit(onclickLogin)}
>
{t('home.Login')}
{t('Login')}
</Button>
{feConfigs?.show_register && (