mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-30 17:42:46 -03:00
bruh XSS
This commit is contained in:
@@ -92,7 +92,8 @@
|
|||||||
</h1>
|
</h1>
|
||||||
{#if usu.bio}
|
{#if usu.bio}
|
||||||
<p class="mt-4 rounded-4xl bg-accent p-4 text-center text-muted-foreground">
|
<p class="mt-4 rounded-4xl bg-accent p-4 text-center text-muted-foreground">
|
||||||
{@html usu.bio.replaceAll('\n', '<br>')}
|
{usu.bio.replaceAll('\n', '<br>')}
|
||||||
|
<!-- {@html usu.bio.replaceAll('\n', '<br>')} -->
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
{:else}
|
{:else}
|
||||||
|
|||||||
Reference in New Issue
Block a user