mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-02 07:55:16 +00:00
fix: 修复lark登录 Backend错误问题 (#12981)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user