mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-13 03:16:17 +02:00
add: ci dependencies
This commit is contained in:
parent
c4451b3cc7
commit
74b830159b
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue