fix: 修复UserOtpDisableView 视图函数获取模版错误 (#12084)

Co-authored-by: feng <1304903146@qq.com>
pull/12091/head
fit2bot 2023-11-10 17:59:28 +08:00 committed by GitHub
parent ba76f30af9
commit f8a4a0e108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class UserOtpEnableBindView(AuthMixin, TemplateView, FormView):
class UserOtpDisableView(PermissionsMixin, FormView):
template_name = 'users/asset_account_change_info.html'
template_name = 'users/user_verify_mfa.html'
form_class = forms.UserCheckOtpCodeForm
permission_classes = [IsValidUser]