mirror of
https://github.com/home-assistant/core.git
synced 2025-08-18 12:02:07 +02:00
Fix typo (#16556)
This commit is contained in:
committed by
Paulus Schoutsen
parent
20e562b816
commit
37c8aac76f
@@ -235,7 +235,7 @@ class AuthStore:
|
|||||||
continue
|
continue
|
||||||
token_type = rt_dict.get('token_type')
|
token_type = rt_dict.get('token_type')
|
||||||
if token_type is None:
|
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
|
token_type = models.TOKEN_TYPE_SYSTEM
|
||||||
else:
|
else:
|
||||||
token_type = models.TOKEN_TYPE_NORMAL
|
token_type = models.TOKEN_TYPE_NORMAL
|
||||||
|
Reference in New Issue
Block a user