mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-21 05:53:12 +08:00
ENH:reset user access code
jira:[for lan mode] Change-Id: I2d0ed48411d683c3f20b2febc0d54747287870a7
This commit is contained in:
parent
b44d934c3c
commit
c0cbdfa898
@ -2726,6 +2726,7 @@ int MachineObject::parse_json(std::string payload)
|
||||
std::string access_code = j_pre["system"]["access_code"].get<std::string>();
|
||||
if (!access_code.empty()) {
|
||||
set_access_code(access_code);
|
||||
set_user_access_code(access_code);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user