Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
molotkov-and committed Apr 1, 2024
1 parent a92f507 commit d6ca3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/security/ticket_parser_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ class TTicketParserImpl : public TActorBootstrapped<TDerived> {
bool NeedsRefresh() const {
switch (TokenType) {
case TDerived::ETokenType::Builtin:
case TDerived::ETokenType::Certificate:
return false;
case TDerived::ETokenType::Login:
return true;
Expand Down

0 comments on commit d6ca3ed

Please sign in to comment.