fix: eslint errors

This commit is contained in:
2020-04-06 10:52:55 +02:00
parent cc9968bd06
commit b4191d1416
9 changed files with 145 additions and 118 deletions
+2 -2
View File
@@ -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