diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-05 10:01:38 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-05 10:01:38 +0300 |
| commit | 9cebb00faa9107f93d038bf3550a3ad1d61be9bf (patch) | |
| tree | 6468c692d2862628192121c58fecc2f1ef64d8f1 /src/components/registration/registration.vue | |
| parent | 32fd108e97de8a1e1201bcc31f70af9ace77e517 (diff) | |
the missing piece for invites system
Diffstat (limited to 'src/components/registration/registration.vue')
| -rw-r--r-- | src/components/registration/registration.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index 00f665af..087cab6b 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -38,6 +38,10 @@ <input :disabled="registering" v-model='user.captcha' placeholder='Enter captcha' type='test' class='form-control' id='captcha'> </div> --> + <div class='form-group' v-if='token' > + <label for='token'>{{$t('registration.token')}}</label> + <input disabled='true' v-model='token' class='form-control' id='token' type='text'> + </div> <div class='form-group'> <button :disabled="registering" type='submit' class='btn btn-default'>{{$t('general.submit')}}</button> </div> |
