mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-14 07:12:03 -04:00
oci-authenticator: Don't log password in BasicAuthReply handler
This commit is contained in:
1 parent
e222b9351e
commit
2ff1d3b0b3
1 file changed
+1
-1
@@ -202,7 +202,7 @@ handle_request_ref_tokens_basic_auth_reply (FlatpakAuthenticatorRequest *object,
|
||||
{
|
||||
BasicAuthData *auth = user_data;
|
||||
|
||||
g_info ("handling Request.BasicAuthReply %s %s", arg_user, arg_password);
|
||||
g_info ("handling Request.BasicAuthReply %s", arg_user);
|
||||
|
||||
flatpak_authenticator_request_complete_basic_auth_reply (object, invocation);
|
||||
|
||||
|
||||
Reference in new issue
Block a user