ing
This commit is contained in:
parent
319efebe05
commit
64d42ebf4a
|
@ -57,14 +57,14 @@ export class SigninComponent implements OnInit {
|
|||
initForm() {
|
||||
this.signinForm = this.formBuilder.group({
|
||||
'email': [
|
||||
'overflow@loafle.com',
|
||||
'',
|
||||
[
|
||||
Validators.required,
|
||||
Validators.email
|
||||
]
|
||||
],
|
||||
'password': [
|
||||
'!@#$qwer1234',
|
||||
'',
|
||||
[
|
||||
Validators.pattern('^(?=.*[0-9])(?=.*[a-zA-Z])([a-zA-Z0-9]+)$'),
|
||||
Validators.minLength(6),
|
||||
|
|
|
@ -559,7 +559,7 @@ angular-l10n@^4.1.5:
|
|||
dependencies:
|
||||
tslib "^1.7.1"
|
||||
|
||||
angular-tree-component@7.1.0:
|
||||
angular-tree-component@^7.1.0:
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/angular-tree-component/-/angular-tree-component-7.1.0.tgz#53674ea944f7147647c7e48931f5fad66237a632"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue
Block a user