Use correct content type for image
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 3s

This commit is contained in:
Râu Cao 2023-09-13 14:49:16 +02:00
parent 8f819d12c0
commit 9c4c5c2553
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -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>