Skip to content

Commit

Permalink
fix: fix loading authenticated images
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYuion committed Mar 1, 2024
1 parent be4d564 commit 931542c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface UploadDetails {
>
<img
auth
[src]="url | safe: 'resource'"
[source]="url"
class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-10 pointer-events-none"
/>
<div overlay class="absolute inset-0 text-base-100 z-20">
Expand Down

0 comments on commit 931542c

Please sign in to comment.