This commit is contained in:
Park Byung Eun 2022-09-14 04:39:43 +00:00
parent e104718a10
commit 5fd7d2f6f2

View File

@ -81,7 +81,10 @@ export class RegistComposeComponent implements OnInit {
], ],
password: [ password: [
'beteran', 'beteran',
[Validators.required, Validators.pattern('^[A-Za-zd@$!%*#?&]{8,20}$')], [
Validators.required,
Validators.pattern('^[A-Za-z\\d@$!%*#?&]{8,20}$'),
],
], ],
exchangePassword: [ exchangePassword: [
'beteran', 'beteran',