diff options
| author | Zephyrrus <[email protected]> | 2020-07-19 22:26:55 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-19 22:26:55 +0300 |
| commit | b49017aafd8dd3206dc7f490f54e31474527e5b7 (patch) | |
| tree | cd4a2c33f7560483095cf8ba8a08fe3517e42993 /src/site/pages/login.vue | |
| parent | chore: add updated yarn.lock (diff) | |
| download | host.fuwn.me-b49017aafd8dd3206dc7f490f54e31474527e5b7.tar.xz host.fuwn.me-b49017aafd8dd3206dc7f490f54e31474527e5b7.zip | |
chore: add custom class to inputs until fix is released on buefy's master
Diffstat (limited to 'src/site/pages/login.vue')
| -rw-r--r-- | src/site/pages/login.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/site/pages/login.vue b/src/site/pages/login.vue index 569e9d9..1f313e3 100644 --- a/src/site/pages/login.vue +++ b/src/site/pages/login.vue @@ -12,6 +12,7 @@ <b-field> <b-input v-model="username" + class="lolisafe-input" type="text" placeholder="Username" @keyup.enter.native="login" /> @@ -19,6 +20,7 @@ <b-field> <b-input v-model="password" + class="lolisafe-input" type="password" placeholder="Password" password-reveal |