mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
CreateTemporaryPassword
This commit is contained in:
@ -158,7 +158,7 @@ class DevicesAPI {
|
||||
required String pageType,
|
||||
List<Schedule>? scheduleList,
|
||||
}) async {
|
||||
try {
|
||||
|
||||
String endpointPath;
|
||||
if (pageType == 'Online Password') {
|
||||
endpointPath = ApiEndpoints.addTemporaryPassword
|
||||
@ -187,7 +187,7 @@ class DevicesAPI {
|
||||
expectedResponseModel: (json) => json,
|
||||
);
|
||||
return response;
|
||||
} catch (e) {}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user