- route 401 redirection

- guest & user view consolidation
This commit is contained in:
Peter Papp
2021-03-16 15:53:34 +01:00
parent f142919cd1
commit 2c69553582
11 changed files with 105 additions and 377 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ export default {
},
computed: {
...mapGetters([
'isLogged', 'isGuest', 'config', 'fileQueue'
'config', 'fileQueue'
]),
isGuestLayout() {
return (includes([
@@ -122,7 +122,7 @@ export default {
'CreateNewPassword',
'EnvironmentSetup',
'VerifyByPassword',
'SaaSLandingPage',
'Homepage',
'BillingsDetail',
'NotFoundShared',
'AdminAccount',