Fix typo (#16556)
This commit is contained in:
parent
9583947012
commit
4e3faf6108
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class AuthStore:
|
|||
continue
|
||||
token_type = rt_dict.get('token_type')
|
||||
if token_type is None:
|
||||
if rt_dict['clinet_id'] is None:
|
||||
if rt_dict['client_id'] is None:
|
||||
token_type = models.TOKEN_TYPE_SYSTEM
|
||||
else:
|
||||
token_type = models.TOKEN_TYPE_NORMAL
|
||||
|
|
Loading…
Add table
Reference in a new issue