bug fix
This commit is contained in:
parent
e104718a10
commit
5fd7d2f6f2
|
@ -81,7 +81,10 @@ export class RegistComposeComponent implements OnInit {
|
|||
],
|
||||
password: [
|
||||
'beteran',
|
||||
[Validators.required, Validators.pattern('^[A-Za-zd@$!%*#?&]{8,20}$')],
|
||||
[
|
||||
Validators.required,
|
||||
Validators.pattern('^[A-Za-z\\d@$!%*#?&]{8,20}$'),
|
||||
],
|
||||
],
|
||||
exchangePassword: [
|
||||
'beteran',
|
||||
|
|
Loading…
Reference in New Issue
Block a user