if user don't have new app_roles redirect to login
- fix app preview
This commit is contained in:
parent
79ec69a8f2
commit
f0439dba40
3 changed files with 9 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ export const appAccessList = [
|
|||
label: 'Wordpress',
|
||||
},
|
||||
{
|
||||
name: 'next-cloud',
|
||||
name: 'nextcloud',
|
||||
image: '/assets/nextcloud.svg',
|
||||
label: 'NextCloud',
|
||||
},
|
||||
|
|
@ -37,7 +37,7 @@ const initialAppRoles = [
|
|||
role: UserRole.User,
|
||||
},
|
||||
{
|
||||
name: 'next-cloud',
|
||||
name: 'nextcloud',
|
||||
role: UserRole.User,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue