This commit is contained in:
crusader 2018-03-27 19:25:35 +09:00
parent 319efebe05
commit 64d42ebf4a
2 changed files with 3 additions and 3 deletions

View File

@ -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),

View File

@ -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: