fix password
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-21 17:29:58 -05:00
parent 56d5a57831
commit 29f7a78dcc

View File

@ -107,7 +107,7 @@ class MountList with ChangeNotifier {
} }
try { try {
final map = await convertAllToString(mountConfig); final map = await convertAllToString(jsonDecode(jsonEncode(mountConfig)));
final response = await http.post( final response = await http.post(
Uri.parse( Uri.parse(
Uri.encodeFull( Uri.encodeFull(