diff options
Diffstat (limited to 'src/site/pages/dashboard/account.vue')
| -rw-r--r-- | src/site/pages/dashboard/account.vue | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/site/pages/dashboard/account.vue b/src/site/pages/dashboard/account.vue index 5d5d775..037a323 100644 --- a/src/site/pages/dashboard/account.vue +++ b/src/site/pages/dashboard/account.vue @@ -16,7 +16,7 @@ message="Nothing to do here" horizontal> <b-input - class="chibisafe-input" + class="hostess-input" :value="user.username" expanded disabled /> @@ -28,7 +28,7 @@ horizontal> <b-input v-model="password" - class="chibisafe-input" + class="hostess-input" type="password" expanded /> </b-field> @@ -39,7 +39,7 @@ horizontal> <b-input v-model="newPassword" - class="chibisafe-input" + class="hostess-input" type="password" expanded /> </b-field> @@ -50,14 +50,14 @@ horizontal> <b-input v-model="reNewPassword" - class="chibisafe-input" + class="hostess-input" type="password" expanded /> </b-field> <div class="mb2 mt2 text-center"> <b-button - type="is-chibisafe" + type="is-hostess" @click="changePassword"> Change password </b-button> @@ -69,13 +69,13 @@ horizontal> <b-field expanded> <b-input - class="chibisafe-input" + class="hostess-input" :value="apiKey" expanded disabled /> <p class="control"> <b-button - type="is-chibisafe" + type="is-hostess" @click="copyKey"> Copy </b-button> @@ -85,7 +85,7 @@ <div class="mb2 mt2 text-center"> <b-button - type="is-chibisafe" + type="is-hostess" @click="promptNewAPIKey"> Request new API key </b-button> |