-
-
-
-
+
+
+
+
+ {{ $t('change_password') }}
+
+
+ {{ $t('cancel') }}
+
+
+
+
+
diff --git a/pages/index.vue b/pages/index.vue
index 537e301..12ea07f 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -25,7 +25,7 @@ const me = computed(() => {
// ['bg-purple-500', 'text-purple-100'],
// ['bg-rose-500', 'text-rose-100'],
]
- if (!userData.value) return
+
return {
...userData.value,
apps: Object.entries(userData.value.apps).map(([id, app]) => {
@@ -41,8 +41,10 @@ const me = computed(() => {
-
-
+
+
+
+
{{ t('no_apps') }}
diff --git a/pages/password.vue b/pages/password.vue
index f2594d4..81936e9 100644
--- a/pages/password.vue
+++ b/pages/password.vue
@@ -31,51 +31,55 @@ const onSubmit = handleSubmit(async (form) => {
-