Skip to content

Commit

Permalink
fix(): Bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuro committed Nov 27, 2023
1 parent dc7889d commit 51c10db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nissan_connect/NissanConnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, username, password):
self._user_id = None
self._username = username
self._passwword = password
self._bearer_token = "ueGf2K1FfEwblf_JwC43bsrpp-8" #None
self._bearer_token = None
self._settings = {
"EU": {
"client_id": "a-ncb-prod-android",
Expand Down

0 comments on commit 51c10db

Please sign in to comment.