diff options
| author | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
| commit | ec2f9e0d989792c1760b48e063467cf6e59c580a (patch) | |
| tree | 6f447aeebe9af7be57ba15e23851a4611568ec3e /src/site/pages/register.vue | |
| parent | chore: style changes (diff) | |
| download | host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.tar.xz host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.zip | |
Rebrand
Diffstat (limited to 'src/site/pages/register.vue')
| -rw-r--r-- | src/site/pages/register.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/site/pages/register.vue b/src/site/pages/register.vue index 64376db..5cffc54 100644 --- a/src/site/pages/register.vue +++ b/src/site/pages/register.vue @@ -12,14 +12,14 @@ <b-field> <b-input v-model="username" - class="lolisafe-input" + class="chibisafe-input" type="text" placeholder="Username" /> </b-field> <b-field> <b-input v-model="password" - class="lolisafe-input" + class="chibisafe-input" type="password" placeholder="Password" password-reveal /> @@ -27,7 +27,7 @@ <b-field> <b-input v-model="rePassword" - class="lolisafe-input" + class="chibisafe-input" type="password" placeholder="Re-type Password" password-reveal @@ -50,7 +50,7 @@ <p class="level-item"> <b-button size="is-medium" - type="is-lolisafe" + type="is-chibisafe" :disabled="isLoading" @click="register"> Register |