Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
molotkov-and committed Jun 17, 2024
1 parent b59b4e1 commit 69a5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/security/ticket_parser_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class TTicketParserImpl : public TActorBootstrapped<TDerived> {
return MaskTicket(Signature.AccessKeyId);
}
if (TokenType == TDerived::ETokenType::Certificate) {
return MaskCertificate(Certificate);
return MaskCertificate(Ticket);
}
return MaskTicket(Ticket);
}
Expand Down

0 comments on commit 69a5fca

Please sign in to comment.