mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-28 21:07:39 +00:00
Revert "feat: try out new SSH layer again"
Should've tested this before pushing, still broken lol. This reverts commit 23b4d2a6c186ad7027c572e8713140427fb88001.
This commit is contained in:
parent
dbec05f4ca
commit
14cc25af14
@ -14,7 +14,7 @@ enum class Feature(
|
||||
) {
|
||||
|
||||
/** Opt into the new SSH layer implemented as a freestanding module. */
|
||||
EnableNewSSHLayer(true, "enable_new_ssh"),
|
||||
EnableNewSSHLayer(false, "enable_new_ssh"),
|
||||
|
||||
/** Opt into a cache layer for PGP passphrases. */
|
||||
EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user