mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 02:10:39 +00:00
Support user secrets (#2126)
This commit is contained in:
1
web/components.d.ts
vendored
1
web/components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user