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

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2024-04-10 17:07:48 +08:00
committed by GitHub
parent 6502adb772
commit 3e46d72ba3

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()