fix: eslint errors
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import { useAuth } from '../plugins/auth'
|
||||
import useAuth from '../plugins/auth'
|
||||
|
||||
export default async ({app: { router }}) => {
|
||||
export default async ({ app: { router } }) => {
|
||||
const onRedirectCallback = appState => {
|
||||
router.push(
|
||||
appState && appState.targetUrl
|
||||
|
||||
Reference in New Issue
Block a user