修改注册文案
This commit is contained in:
@@ -459,6 +459,7 @@ export default defineComponent({
|
|||||||
}else{
|
}else{
|
||||||
if (/aida/i.test(this.username)) {
|
if (/aida/i.test(this.username)) {
|
||||||
message.info('The name cannot contain "AiDA" or any combination of its uppercase and lowercase forms.');
|
message.info('The name cannot contain "AiDA" or any combination of its uppercase and lowercase forms.');
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (!this.username || !this.password) {
|
if (!this.username || !this.password) {
|
||||||
message.info("Please enter your account number or password");
|
message.info("Please enter your account number or password");
|
||||||
|
|||||||
Reference in New Issue
Block a user