fix(modify-cert): renewing a cert with dns01 challenge cannot find solver

This commit is contained in:
Jacky 2024-09-16 23:56:37 +08:00
parent b445a1bb69
commit f3355eda4f
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
10 changed files with 10 additions and 7 deletions

1
app/components.d.ts vendored
View file

@ -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']
}
}