mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 18:51:14 +01:00
Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication
This commit is contained in:
@@ -41,7 +41,7 @@ export const boardNamespaces = [
|
||||
'boards/common',
|
||||
];
|
||||
|
||||
export const manageNamespaces = ['user/preferences', 'zod'];
|
||||
export const manageNamespaces = ['user/preferences', 'boards/manage', 'zod'];
|
||||
|
||||
export const loginNamespaces = ['authentication/login', 'zod'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user