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

View file

@ -8,7 +8,7 @@ import auth from '@/api/auth'
import install from '@/api/install'
import SetLanguage from '@/components/SetLanguage/SetLanguage.vue'
import SwitchAppearance from '@/components/SwitchAppearance/SwitchAppearance.vue'
import Authorization from '@/components/2FA/Authorization.vue'
import Authorization from '@/components/TwoFA/Authorization.vue'
import gettext from '@/gettext'
import passkey from '@/api/passkey'