🔀 Merge branch 'dev' into feature/add-basic-authentication
This commit is contained in:
@@ -32,6 +32,7 @@ export const boardNamespaces = [
|
||||
'modules/dns-hole-summary',
|
||||
'modules/dns-hole-controls',
|
||||
'modules/bookmark',
|
||||
'modules/notebook',
|
||||
'widgets/error-boundary',
|
||||
'widgets/draggable-list',
|
||||
'widgets/location',
|
||||
@@ -45,3 +46,6 @@ export const manageNamespaces = [
|
||||
'manage/users/invites',
|
||||
'manage/users/create',
|
||||
];
|
||||
export const loginNamespaces = ['authentication/login'];
|
||||
|
||||
export const pageNotFoundNamespaces = ['layout/errors/not-found'];
|
||||
|
||||
Reference in New Issue
Block a user