mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-23 08:29:27 +00:00
perf: 优化user_type默认值
This commit is contained in:
parent
3367f65b02
commit
b376491020
@ -24,7 +24,7 @@ class BaseLoginCallbackView(AuthMixin, FlashMessageMixin, View):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
self.client_type = None
|
self.client_type = None
|
||||||
self.client_auth_params = {}
|
self.client_auth_params = {}
|
||||||
self.user_type = None
|
self.user_type = ''
|
||||||
self.auth_backend = None
|
self.auth_backend = None
|
||||||
self.create_user_if_not_exist_setting = ''
|
self.create_user_if_not_exist_setting = ''
|
||||||
# 提示信息
|
# 提示信息
|
||||||
|
Loading…
Reference in New Issue
Block a user