Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 14cc25a

Browse files
committed
Revert "feat: try out new SSH layer again"
Should've tested this before pushing, still broken lol. This reverts commit 23b4d2a.
1 parent dbec05f commit 14cc25a

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/app/passwordstore/util/features

1 file changed

+1
-1
lines changed

app/src/main/java/app/passwordstore/util/features/Feature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ enum class Feature(
1414
) {
1515

1616
/** Opt into the new SSH layer implemented as a freestanding module. */
17-
EnableNewSSHLayer(true, "enable_new_ssh"),
17+
EnableNewSSHLayer(false, "enable_new_ssh"),
1818

1919
/** Opt into a cache layer for PGP passphrases. */
2020
EnablePGPPassphraseCache(false, "enable_gpg_passphrase_cache"),

0 commit comments

Comments
 (0)