feat: make routing per role, add unlogged role
This commit is contained in:
@@ -46,3 +46,5 @@ var TRANSLITERATION_TABLE = map[rune]string{
|
||||
'ż': "z",
|
||||
'ź': "z",
|
||||
}
|
||||
|
||||
const UNLOGGED_USER_ROLE_ID = 4
|
||||
|
||||
Reference in New Issue
Block a user