refactor: install form (#4154)

This commit is contained in:
TinsFox
2024-05-09 15:38:09 +08:00
committed by GitHub
parent 64c3bc070a
commit cc835d523c
4 changed files with 71 additions and 94 deletions

View File

@@ -40,6 +40,7 @@ const translation = {
emailInValid: 'Please enter a valid email address',
nameEmpty: 'Name is required',
passwordEmpty: 'Password is required',
passwordLengthInValid: 'Password must be at least 8 characters',
passwordInvalid: 'Password must contain letters and numbers, and the length must be greater than 8',
},
license: {