Merge branch 'feature/add-basic-authentication' of https://github.com/ajnart/homarr into feature/add-basic-authentication

This commit is contained in:
Meier Lukas
2023-08-05 17:18:10 +02:00
4 changed files with 118 additions and 17 deletions

View File

@@ -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'];