...ing
This commit is contained in:
parent
3046c848a4
commit
5036e4c1a3
|
@ -103,7 +103,11 @@ export class SignUpComposeComponent implements OnInit {
|
|||
/**
|
||||
* Send the message
|
||||
*/
|
||||
send(): void {}
|
||||
send(): void {
|
||||
if (!this.signupComposeForm.valid) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
__checkUsernameDuplicate(event: FocusEvent): void {
|
||||
const username = this.signupComposeForm.get('username')?.value;
|
||||
|
|
Loading…
Reference in New Issue
Block a user