Use correct content type for image
This commit is contained in:
parent
8f819d12c0
commit
9c4c5c2553
@ -65,7 +65,7 @@
|
|||||||
<section class="sm:flex-1 sm:pt-0">
|
<section class="sm:flex-1 sm:pt-0">
|
||||||
<h3>LDAP<h3>
|
<h3>LDAP<h3>
|
||||||
<p>
|
<p>
|
||||||
<img src="data:image/png;base64,<%= @avatar %>" class="h-48 w-48" />
|
<img src="data:image/jpeg;base64,<%= @avatar %>" class="h-48 w-48" />
|
||||||
</p>
|
</p>
|
||||||
<!-- <h3>Actions</h3> -->
|
<!-- <h3>Actions</h3> -->
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user