Skip to content

Commit

Permalink
Fix double yubikey interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Oct 4, 2022
1 parent c0d56c8 commit 2ae2086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/DatabaseEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int DatabaseEdit::executeWithDatabase(QSharedPointer<Database> database, QShared
err << QObject::tr("Could not change the database key.") << endl;
return EXIT_FAILURE;
}
database->setKey(newDatabaseKey);
database->setKey(newDatabaseKey, true, true, false);
databaseWasChanged = true;
}

Expand Down

0 comments on commit 2ae2086

Please sign in to comment.