mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
add: ci dependencies
This commit is contained in:
@@ -127,7 +127,6 @@ class ServerModel with ChangeNotifier {
|
||||
updatePasswordModel() {
|
||||
var update = false;
|
||||
final temporaryPassword = gFFI.getByName("temporary_password");
|
||||
print("tempo passwd: ${temporaryPassword}");
|
||||
final verificationMethod = gFFI.getByName("option", "verification-method");
|
||||
if (_serverPasswd.text != temporaryPassword) {
|
||||
_serverPasswd.text = temporaryPassword;
|
||||
|
||||
Reference in New Issue
Block a user