fix: 修复lark登录 Backend错误问题 (#12981)

Co-authored-by: feng <1304903146@qq.com>
pull/12983/head
fit2bot 2024-04-10 17:07:48 +08:00 committed by GitHub
parent 6502adb772
commit 3e46d72ba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -47,3 +47,5 @@ class LarkQRLoginCallbackView(BaseLarkQRMixin, FeiShuQRLoginCallbackView):
msg_client_err = _('Lark Error')
msg_user_not_bound_err = _('Lark is not bound')
msg_not_found_user_from_client_err = _('Failed to get user from Lark')
auth_backend = f'AUTH_BACKEND_{auth_type}'.upper()