chore: mark v3 register handler as unused for now

This commit is contained in:
Tien Do Nam
2026-07-17 14:26:24 +02:00
parent 097edfe95a
commit bc5c6c487c
+2
View File
@@ -49,6 +49,8 @@ pub(crate) async fn nonce_exchange(
})
}
// TODO: not wired up yet
#[allow(unused)]
pub(crate) async fn register(
body: Incoming,
state: AppState,