refactor: add form keys to auth useForm calls
This commit is contained in:
@@ -8,7 +8,7 @@ import AuthLayout from '@/layouts/AuthLayout.vue'
|
||||
|
||||
const { config } = useAuth()
|
||||
|
||||
const form = useForm({
|
||||
const form = useForm('RegisterForm', {
|
||||
username: '',
|
||||
first_name: '',
|
||||
last_name: '',
|
||||
|
||||
Reference in New Issue
Block a user