added support for multiple accounts, guardian login bugfixes, ui changes
This commit is contained in:
@@ -14,6 +14,10 @@ abstract class GuardianChild with _$GuardianChild {
|
||||
required String firstName,
|
||||
required String lastName,
|
||||
@Default('') String className,
|
||||
|
||||
/// Login of the child, also its Nextcloud id (avatar). Null on servers
|
||||
/// that do not send it yet.
|
||||
String? username,
|
||||
}) = _GuardianChild;
|
||||
|
||||
factory GuardianChild.fromJson(Map<String, Object?> json) =>
|
||||
|
||||
Reference in New Issue
Block a user