feat(admin > users): UI: correct oidc badge

This commit is contained in:
Edouard Vanbelle
2026-08-19 22:58:09 +02:00
parent 2049535516
commit 543a1a88eb
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -159,6 +159,7 @@ fn section_identity(iters: u64) {
email: Arc::from("alice.longname@example.com"),
role: "user".to_string(),
dpop_jkt: None,
sid: None,
});
let (bn, ba) = measure("BEFORE String clones + role to_string", iters, || {