mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
create visitor password
This commit is contained in:
@ -46,8 +46,10 @@ class AuthenticationAPI {
|
||||
},
|
||||
showServerMessage: true,
|
||||
expectedResponseModel: (json) {
|
||||
print('object==$json');
|
||||
return 30;
|
||||
}
|
||||
|
||||
);
|
||||
return 30;
|
||||
} on DioException catch (e) {
|
||||
|
Reference in New Issue
Block a user