mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-14 22:03:41 +08:00
refactor(projects): perf code
This commit is contained in:
@@ -393,6 +393,10 @@ const local: App.I18n.Schema = {
|
||||
required: 'Please enter password',
|
||||
invalid: 'Password format is incorrect'
|
||||
},
|
||||
confirmPwd: {
|
||||
required: 'Please enter password again',
|
||||
invalid: 'The two passwords are inconsistent'
|
||||
},
|
||||
code: {
|
||||
required: 'Please enter verification code',
|
||||
invalid: 'Verification code format is incorrect'
|
||||
|
Reference in New Issue
Block a user