fix: 修改 oauth 认证提示信息

This commit is contained in:
xinwen
2021-10-15 10:29:03 +08:00
committed by 老广
parent baee71e4b8
commit 77521119b9
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class FeiShuQRMixin(PermissionsMixin, View):
return True
def get_verify_state_failed_response(self, redirect_uri):
msg = _("You've been hacked")
msg = _("The system configuration is incorrect. Please contact your administrator")
return self.get_failed_reponse(redirect_uri, msg, msg)
def get_qr_url(self, redirect_uri):