Skip to content

Commit

Permalink
iCloud3 v3.1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcobb321 committed Jan 19, 2025
1 parent a42a9d3 commit 1f596ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion custom_components/icloud3/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4377,7 +4377,10 @@ async def log_into_icloud_account(self, user_input, called_from_step_id=None):

username = user_input[CONF_USERNAME].lower()
password = user_input[CONF_PASSWORD]
list_add(Gb.log_file_filter, password)

add_log_file_filter(username, hide_text=True)
add_log_file_filter(password)

endpoint_suffix = user_input.get(CONF_ICLOUD_SERVER_ENDPOINT_SUFFIX,
Gb.conf_tracking[CONF_ICLOUD_SERVER_ENDPOINT_SUFFIX])

Expand Down
2 changes: 1 addition & 1 deletion custom_components/icloud3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"issue_tracker": "https://github.com/gcobb321/icloud3/issues",
"loggers": ["icloud3"],
"requirements": ["srp"],
"version": "3.1.4.3"
"version": "3.1.4.4"
}

0 comments on commit 1f596ab

Please sign in to comment.