Improve login and authentication methods to adapt to the SSR mode.
This commit is contained in:
@@ -84,7 +84,6 @@ const formRules = ref({
|
||||
v => !!v || 'Password is required'
|
||||
]
|
||||
})
|
||||
const { $auth } = useNuxtApp()
|
||||
const errorMsg = ref(null)
|
||||
const signInForm = ref(null)
|
||||
const submitting = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user