Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 22, 2024
1 parent 0b5ac05 commit 5def54a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ public async Task<List<UserSessionDto>> GetUserSessions(CancellationToken cancel

dto.IsValid = DateTimeOffset.UtcNow - lastSeenDateTime < AppSettings.Identity.RefreshTokenExpiration;

dto.Device ??= Localizer[nameof(AppStrings.UnknwonDevice)];

return dto;
})
.ToList();
Expand Down

0 comments on commit 5def54a

Please sign in to comment.