aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages/dashboard/account.vue
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-12-25 20:45:22 +0900
committerPitu <[email protected]>2020-12-25 20:45:22 +0900
commitec2f9e0d989792c1760b48e063467cf6e59c580a (patch)
tree6f447aeebe9af7be57ba15e23851a4611568ec3e /src/site/pages/dashboard/account.vue
parentchore: style changes (diff)
downloadhost.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.tar.xz
host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.zip
Rebrand
Diffstat (limited to 'src/site/pages/dashboard/account.vue')
-rw-r--r--src/site/pages/dashboard/account.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/site/pages/dashboard/account.vue b/src/site/pages/dashboard/account.vue
index 8a8249d..3a9d37c 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="lolisafe-input"
+ class="chibisafe-input"
:value="user.username"
expanded
disabled />
@@ -28,7 +28,7 @@
horizontal>
<b-input
v-model="password"
- class="lolisafe-input"
+ class="chibisafe-input"
type="password"
expanded />
</b-field>
@@ -39,7 +39,7 @@
horizontal>
<b-input
v-model="newPassword"
- class="lolisafe-input"
+ class="chibisafe-input"
type="password"
expanded />
</b-field>
@@ -50,14 +50,14 @@
horizontal>
<b-input
v-model="reNewPassword"
- class="lolisafe-input"
+ class="chibisafe-input"
type="password"
expanded />
</b-field>
<div class="mb2 mt2 text-center">
<b-button
- type="is-lolisafe"
+ type="is-chibisafe"
@click="changePassword">
Change password
</b-button>
@@ -69,13 +69,13 @@
horizontal>
<b-field expanded>
<b-input
- class="lolisafe-input"
+ class="chibisafe-input"
:value="apiKey"
expanded
disabled />
<p class="control">
<b-button
- type="is-lolisafe"
+ type="is-chibisafe"
@click="copyKey">
Copy
</b-button>
@@ -85,7 +85,7 @@
<div class="mb2 mt2 text-center">
<b-button
- type="is-lolisafe"
+ type="is-chibisafe"
@click="promptNewAPIKey">
Request new API key
</b-button>