Skip to content

Commit ad07285

Browse files
committed
Further adjust token_cache logs
1 parent b8a62bd commit ad07285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/token_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def wipe(dictionary, sensitive_fields): # Masks sensitive info
108108
if sensitive in dictionary:
109109
dictionary[sensitive] = "********"
110110
wipe(event.get("data", {}),
111-
("password", "client_secret", "refresh_token", "assertion"))
111+
("password", "client_secret", "refresh_token", "assertion", "username"))
112112
try:
113113
return self.__add(event, now=now)
114114
finally:

0 commit comments

Comments
 (0)