fix: remove pre-filled email from login form

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-13 08:43:12 -04:00
parent 6931e93838
commit edea719d17

View File

@ -2,7 +2,7 @@
definePageMeta({ layout: 'auth' })
const auth = useAuthStore()
const email = ref('admin@wraith.local')
const email = ref('')
const password = ref('')
const totpCode = ref('')
const error = ref('')