coyotte508's picture
coyotte508 HF staff
✨ Login page + error handling
113d498
raw
history blame
No virus
161 Bytes
<script lang="ts">
import { page } from '$app/stores';
</script>
<div class="border border-red-500 bg-red-300 rounded-lg pa-2">
{$page.error?.message}
</div>