feat(server, web): add checkbox to create user screen for shouldChang… (#7598)

feat(server, web): add checkbox to create user screen for shouldChangePassword
This commit is contained in:
Sam Holton 2024-03-04 00:40:03 -05:00 committed by GitHub
parent e8b001f62f
commit 7ef202c8b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 42 additions and 4 deletions

View file

@ -41,6 +41,11 @@ void main() {
// TODO
});
// bool shouldChangePassword
test('to test the property `shouldChangePassword`', () async {
// TODO
});
// String storageLabel
test('to test the property `storageLabel`', () async {
// TODO