mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
add icon
This commit is contained in:
@@ -14,7 +14,7 @@ class LoginViewModel extends ViewModel {
|
||||
bool isLoading = false;
|
||||
String msg = "";
|
||||
|
||||
void login(String userName, String password) async {
|
||||
Future<void> login(String userName, String password) async {
|
||||
isLoading = true;
|
||||
loginSuccess = false;
|
||||
msg = "";
|
||||
|
||||
Reference in New Issue
Block a user