Skip to content
Snippets Groups Projects
Commit 1a685a6f authored by michael.minelli's avatar michael.minelli
Browse files

User => Add gitlab id

parent b130a122
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ class User extends Model {
firstName: string = '';
lastName: string = '';
mail: string = '';
gitlabId: number = -1;
role: string = '';
isTeachingStaff: boolean = false;
deleted: boolean = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment