Skip to content
Snippets Groups Projects
Verified Commit 9641968b authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Add AgentUser.is_internal

parent 0570870c
No related branches found
No related tags found
1 merge request!1902Vore Ponos server-side code
......@@ -17,6 +17,7 @@ class AgentUser(Agent):
is_superuser: bool = False
is_active: bool = True
is_agent: bool = True
is_internal: bool = False
@property
def username(self) -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment