diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-22 18:11:27 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-22 18:11:27 +0200 |
| commit | 485f4b899ccad57694b7a45535936b7a5de8c4fb (patch) | |
| tree | 4df146dc91d5222b1586f42c7f2536109e7a01a5 /src/components/registration/registration.vue | |
| parent | 98cb9abac773e8fbce94eafea1025919b6f26360 (diff) | |
| parent | 3d013630aee48863cda5ece9ddf9a291703eb1af (diff) | |
changelog conflict
Diffstat (limited to 'src/components/registration/registration.vue')
| -rw-r--r-- | src/components/registration/registration.vue | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index 100df0d6..062d4121 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -163,6 +163,23 @@ </div> <div + v-if="accountApprovalRequired" + class="form-group" + > + <label + class="form--label" + for="reason" + >{{ $t('registration.reason') }}</label> + <textarea + id="reason" + v-model="user.reason" + :disabled="isPending" + class="form-control" + :placeholder="reasonPlaceholder" + /> + </div> + + <div v-if="captcha.type != 'none'" id="captcha-group" class="form-group" |
