fix: remove pre-filled email from login form
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6931e93838
commit
edea719d17
@ -2,7 +2,7 @@
|
|||||||
definePageMeta({ layout: 'auth' })
|
definePageMeta({ layout: 'auth' })
|
||||||
|
|
||||||
const auth = useAuthStore()
|
const auth = useAuthStore()
|
||||||
const email = ref('admin@wraith.local')
|
const email = ref('')
|
||||||
const password = ref('')
|
const password = ref('')
|
||||||
const totpCode = ref('')
|
const totpCode = ref('')
|
||||||
const error = ref('')
|
const error = ref('')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user