feat(server)!: move welcome message to settings (#6157)

* feat(server): move welcome message to settings

* chore: open api
This commit is contained in:
Jason Rasmussen 2024-01-04 00:00:17 -05:00 committed by GitHub
parent 52e92e9bb4
commit f8d64be13c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 59 additions and 18 deletions

View file

@ -21,6 +21,11 @@ void main() {
// TODO
});
// String loginPageMessage
test('to test the property `loginPageMessage`', () async {
// TODO
});
});