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 -1
View File
@@ -122,7 +122,7 @@ impl Service {
/// if they were not.
pub async fn empower_first_user(&self, user: &UserId) -> Result<bool> {
#[derive(Template)]
#[template(path = "welcome.md.j2")]
#[template(path = "welcome.md")]
struct WelcomeMessage<'a> {
config: &'a Dep<config::Service>,
domain: &'a str,