feat: Add a webpage for threepid validation links

This commit is contained in:
Ginger
2026-03-22 19:34:13 -04:00
committed by Ellis Git
parent 9d06208a7a
commit f2b7dd6519
14 changed files with 68 additions and 21 deletions
+1
View File
@@ -90,6 +90,7 @@ pub fn build() -> Router<state::State> {
.merge(resources::build())
.merge(password_reset::build())
.merge(debug::build())
.merge(threepid::build())
.fallback(async || WebError::NotFound),
)
.layer(CatchPanicLayer::custom(|panic: Box<dyn Any + Send + 'static>| {