mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix(modify-cert): renewing a cert with dns01 challenge cannot find solver
This commit is contained in:
parent
b445a1bb69
commit
f3355eda4f
10 changed files with 10 additions and 7 deletions
1
app/components.d.ts
vendored
1
app/components.d.ts
vendored
|
@ -100,6 +100,7 @@ declare module 'vue' {
|
|||
SwitchAppearanceIconsVPIconMoon: typeof import('./src/components/SwitchAppearance/icons/VPIconMoon.vue')['default']
|
||||
SwitchAppearanceIconsVPIconSun: typeof import('./src/components/SwitchAppearance/icons/VPIconSun.vue')['default']
|
||||
SwitchAppearanceSwitchAppearance: typeof import('./src/components/SwitchAppearance/SwitchAppearance.vue')['default']
|
||||
TwoFAAuthorization: typeof import('./src/components/TwoFA/Authorization.vue')['default']
|
||||
VPSwitchVPSwitch: typeof import('./src/components/VPSwitch/VPSwitch.vue')['default']
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue