mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add support for child users adding limits themself
This commit is contained in:
@@ -17,5 +17,6 @@
|
||||
|
||||
export const UserFlags = {
|
||||
RESTRICT_VIEWING_TO_PARENTS: 1,
|
||||
ALL_FLAGS: 1
|
||||
ALLOW_SELF_LIMIT_ADD: 2,
|
||||
ALL_FLAGS: 1 | 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user