We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3202c99 commit 55c4751Copy full SHA for 55c4751
1 file changed
src/tui.rs
@@ -72,10 +72,13 @@ impl App {
72
self.entries = v.entries.keys().cloned().collect();
73
self.folders = v.folders.clone();
74
self.totp_enabled = v.totp_secret.is_some();
75
+
76
if self.totp_enabled {
77
+ self.vault = Some(v);
78
self.show_totp_input = true;
79
return false;
80
}
81
82
self.vault = Some(v);
83
true
84
0 commit comments