Add AlertCircle Icon to Authentication Page

This commit is contained in:
Bastian Masanek
2025-11-21 11:55:36 +01:00
parent 03b9b075dc
commit 1ea445bbfb

View File

@@ -1,6 +1,8 @@
<!-- app/pages/auth.vue --> <!-- app/pages/auth.vue -->
<script setup lang="ts"> <script setup lang="ts">
import { AlertCircle } from 'lucide-vue-next'
/** /**
* Combined Authentication Page * Combined Authentication Page
* *