1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2026-05-16 09:21:12 +02:00

implementing switchable userManagement

This commit is contained in:
Braun Patrik
2016-07-07 12:26:36 +02:00
parent ca0de09881
commit a68159cfea
6 changed files with 35 additions and 7 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ export enum ErrorCodes{
GENERAL_ERROR,
SERVER_ERROR
SERVER_ERROR,
USER_MANAGEMENT_DISABLED
}