add: ci dependencies

This commit is contained in:
Kingtous 2022-08-01 14:56:13 +08:00
parent c4451b3cc7
commit 74b830159b
2 changed files with 1 additions and 2 deletions

View file

@ -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;