Support passkeys with Bitwarden import (#11401)

This commit is contained in:
Sami Vänttinen
2024-10-25 03:12:47 +03:00
committed by GitHub
parent 95bae8377c
commit 6e0baf9f2c
14 changed files with 180 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 KeePassXC Team <team@keepassxc.org>
* Copyright (C) 2024 KeePassXC Team <team@keepassxc.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@ private slots:
void testOPVault();
void testBitwarden();
void testBitwardenEncrypted();
void testBitwardenPasskey();
};
#endif /* TEST_IMPORTS_H */