-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/components.d.ts b/components.d.ts
index 2fb2d20..c9f6a2f 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -13,6 +13,7 @@ declare module 'vue' {
NDataTable: typeof import('naive-ui')['NDataTable']
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NDropdown: typeof import('naive-ui')['NDropdown']
+ NFlex: typeof import('naive-ui')['NFlex']
NInput: typeof import('naive-ui')['NInput']
NLayout: typeof import('naive-ui')['NLayout']
NLayoutFooter: typeof import('naive-ui')['NLayoutFooter']
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 52fe109..d4dd006 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -31,7 +31,7 @@ export default defineNuxtConfig({
secretAccessKey: process.env.S3_SECRET_ACCESS_KEY || '',
sessionToken: process.env.S3_SESSION_TOKEN || ''
}
- },
+ }
},
i18n: {
vueI18n: './i18n.config.ts'
diff --git a/pages/access-keys/components/changePassword.vue b/pages/access-keys/components/changePassword.vue
new file mode 100644
index 0000000..0c72670
--- /dev/null
+++ b/pages/access-keys/components/changePassword.vue
@@ -0,0 +1,161 @@
+
+
+