refactor(gui): linting

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-19 16:30:37 +05:30
parent f9508c2d44
commit fa00be39b8
303 changed files with 34924 additions and 31761 deletions

View File

@@ -1,14 +1,12 @@
export default async function ({store, route, redirect}) {
export default async function ({ store, route, redirect }) {
if (
!route.path.startsWith('/nc/view/')
&& store.getters['project/GtrIsFirstLoad'] === false
&& (route.path === '/' || route.path === '')
&& !store.getters['users/GtrIsAuthenticated']
!route.path.startsWith('/nc/view/') &&
store.getters['project/GtrIsFirstLoad'] === false &&
(route.path === '/' || route.path === '') &&
!store.getters['users/GtrIsAuthenticated']
) {
redirect('/user/authentication/signin')
}
}
/**
* @copyright Copyright (c) 2021, Xgene Cloud Ltd