Skip to content

Commit

Permalink
Refactor: Exclude Auth Token for External Avatar Images
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Mar 13, 2024
1 parent ba9e75e commit 22a1de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/DetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function DetailsPage({personalDetails, route, session}: DetailsPageProps) {
<AttachmentModal
headerTitle={displayName}
source={UserUtils.getFullSizeAvatar(details?.avatar, details.accountID)}
isAuthTokenRequired
originalFileName={details.originalFileName}
maybeIcon
>
Expand Down

0 comments on commit 22a1de0

Please sign in to comment.