feat: add login pages forgot password tips

This commit is contained in:
ZhaiSoul
2025-09-16 13:01:53 +08:00
parent 5f34a18905
commit 9ed87161a5
2 changed files with 38 additions and 0 deletions
@@ -3,6 +3,10 @@
"user": "Username",
"password": "Password",
"login": "Login",
"forgotPassword": {
"label": "Forgot password?",
"tips": "If you forgot your password, please refer to the following documentation to modify the configuration file and reset your password."
},
"errors": {
"usernameRequired": "Username is required",
"passwordRequired": "Password is required",