build: add name to components which failed lint check
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { useAuth } from '../plugins/auth'
|
||||
|
||||
export default async ({ app: { router } }) => {
|
||||
const onRedirectCallback = appState => {
|
||||
const onRedirectCallback = (appState) => {
|
||||
router.push(
|
||||
appState && appState.targetUrl
|
||||
? appState.targetUrl
|
||||
|
||||
Reference in New Issue
Block a user