You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msal_extensions/windows.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ def raw(self):
46
46
"The computer must be trusted for delegation and "
47
47
"the current user account must be configured to allow delegation. "
48
48
"See also https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation",
49
-
13: "The data is invalid",
49
+
13: "The data is invalid.",
50
50
}
51
51
52
52
# This code is modeled from a StackOverflow question, which can be found here:
0 commit comments