diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-05 16:48:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-05 16:48:26 +0100 |
commit | d235f6b0d1054a2a3451dacade927caefce8f30c (patch) | |
tree | dd6377523df36fd7c308e39f59724981fdb6f831 /client/src/app/signup/signup.component.ts | |
parent | 35fb2b68ff9cd9b755dae6f073c32a97dc237e35 (diff) | |
download | PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.tar.gz PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.tar.zst PeerTube-d235f6b0d1054a2a3451dacade927caefce8f30c.zip |
Design signup and login pages
Diffstat (limited to 'client/src/app/signup/signup.component.ts')
-rw-r--r-- | client/src/app/signup/signup.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.ts b/client/src/app/signup/signup.component.ts index 28e1ed0a8..13390a32a 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts | |||
@@ -16,7 +16,8 @@ import { UserCreate } from '../../../../shared' | |||
16 | 16 | ||
17 | @Component({ | 17 | @Component({ |
18 | selector: 'my-signup', | 18 | selector: 'my-signup', |
19 | templateUrl: './signup.component.html' | 19 | templateUrl: './signup.component.html', |
20 | styleUrls: [ './signup.component.scss' ] | ||
20 | }) | 21 | }) |
21 | export class SignupComponent extends FormReactive implements OnInit { | 22 | export class SignupComponent extends FormReactive implements OnInit { |
22 | error: string = null | 23 | error: string = null |