diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-07 15:53:49 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-07 15:53:49 +0200 |
| commit | d2a74ea1a2965eb38609bb8029a41b45beab89ce (patch) | |
| tree | 47881b435bc3f2c83d031ee5ca34492bd19551a7 /src/components/mfa_form/totp_form.vue | |
| parent | c34590c43983711152a843a2e36b991a5fe3bcdf (diff) | |
add .input class to all inputs
Diffstat (limited to 'src/components/mfa_form/totp_form.vue')
| -rw-r--r-- | src/components/mfa_form/totp_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mfa_form/totp_form.vue b/src/components/mfa_form/totp_form.vue index 709eb9b8..3ec617e9 100644 --- a/src/components/mfa_form/totp_form.vue +++ b/src/components/mfa_form/totp_form.vue @@ -18,7 +18,7 @@ <input id="code" v-model="code" - class="form-control" + class="input form-control" > </div> |
