Add archived flag to entries

This commit is contained in:
thePR0M3TH3AN
2025-07-07 10:11:13 -04:00
parent 7e122367a3
commit eace2d95c5
8 changed files with 56 additions and 23 deletions

View File

@@ -63,5 +63,6 @@ def test_handle_add_totp(monkeypatch, capsys):
"index": 0,
"period": 30,
"digits": 6,
"archived": False,
}
assert "ID 0" in out