diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-25 11:01:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-25 11:01:53 +0200 |
commit | b4a929accf576edc733fde75a81dfad9a3d288ed (patch) | |
tree | dbf7e0acca829b5fed3a363fe7b8e3f80041558f /client/src/app/signup/signup.component.ts | |
parent | b2c60abe6e1637d8f55688ffcbf99cf553ed52ea (diff) | |
download | PeerTube-b4a929accf576edc733fde75a81dfad9a3d288ed.tar.gz PeerTube-b4a929accf576edc733fde75a81dfad9a3d288ed.tar.zst PeerTube-b4a929accf576edc733fde75a81dfad9a3d288ed.zip |
Add "agree to the terms" checkbox in registration form
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 53d144572..076dac454 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts | |||
@@ -38,7 +38,8 @@ export class SignupComponent extends FormReactive implements OnInit { | |||
38 | this.buildForm({ | 38 | this.buildForm({ |
39 | username: this.userValidatorsService.USER_USERNAME, | 39 | username: this.userValidatorsService.USER_USERNAME, |
40 | password: this.userValidatorsService.USER_PASSWORD, | 40 | password: this.userValidatorsService.USER_PASSWORD, |
41 | email: this.userValidatorsService.USER_EMAIL | 41 | email: this.userValidatorsService.USER_EMAIL, |
42 | terms: this.userValidatorsService.USER_TERMS | ||
42 | }) | 43 | }) |
43 | 44 | ||
44 | this.serverService.configLoaded | 45 | this.serverService.configLoaded |