Support user secrets (#2126)

This commit is contained in:
qwerty287
2023-08-21 15:04:12 +02:00
committed by GitHub
parent 09624aa286
commit 81ead7cbf2
18 changed files with 251 additions and 22 deletions

1
web/components.d.ts vendored
View File

@@ -104,6 +104,7 @@ declare module '@vue/runtime-core' {
TextField: typeof import('./src/components/form/TextField.vue')['default']
UserAPITab: typeof import('./src/components/user/UserAPITab.vue')['default']
UserGeneralTab: typeof import('./src/components/user/UserGeneralTab.vue')['default']
UserSecretsTab: typeof import('./src/components/user/UserSecretsTab.vue')['default']
Warning: typeof import('./src/components/atomic/Warning.vue')['default']
}
}