fix(web): coerce fingerprint_type to string; sync frontend types and tests

This commit is contained in:
2026-05-10 22:27:38 -04:00
parent a009746dd1
commit 80fff1efa4
8 changed files with 23 additions and 16 deletions

View File

@@ -26,7 +26,9 @@
}
.sidebar-header {
padding: 20px;
height: 64px;
flex-shrink: 0;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: space-between;