This commit is contained in:
55nknown
2022-11-20 11:54:54 +01:00
parent a71b365e4a
commit 3619a7a4a7
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ class UserProvider with ChangeNotifier {
Role? get role => user?.role;
Student? get student => user?.student;
String? get nickname => user?.nickname;
String? get displayName => user?.displayName;
void setUser(String userId) {
_selectedUserId = userId;