diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/pages/dashboard/account.vue | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
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> |