perf: 优化user_type默认值

pull/10409/head
jiangweidong 2023-04-28 16:26:03 +08:00 committed by Jiangjie.Bai
parent 3367f65b02
commit b376491020
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class BaseLoginCallbackView(AuthMixin, FlashMessageMixin, View):
super().__init__()
self.client_type = None
self.client_auth_params = {}
self.user_type = None
self.user_type = ''
self.auth_backend = None
self.create_user_if_not_exist_setting = ''
# 提示信息