From 14cc25af148e8506346644a1cf9a3dcc1b22b960 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 30 Nov 2023 13:26:45 +0530 Subject: [PATCH] Revert "feat: try out new SSH layer again" Should've tested this before pushing, still broken lol. This reverts commit 23b4d2a6c186ad7027c572e8713140427fb88001. --- app/src/main/java/app/passwordstore/util/features/Feature.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/app/passwordstore/util/features/Feature.kt b/app/src/main/java/app/passwordstore/util/features/Feature.kt index 705ef18b..f046dbd7 100644 --- a/app/src/main/java/app/passwordstore/util/features/Feature.kt +++ b/app/src/main/java/app/passwordstore/util/features/Feature.kt @@ -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"),