feat: Add support for registering accounts with the web UI

This commit is contained in:
Ginger
2026-06-29 09:35:50 -04:00
parent 47af5d3a39
commit e8d6fa565e
25 changed files with 1275 additions and 508 deletions
+1
View File
@@ -161,6 +161,7 @@ pub fn message(&self) -> String {
match self {
| Self::Federation(origin, error) => format!("Answer from {origin}: {error}"),
| Self::Ruma(error) => response::ruma_error_message(error),
| Self::Request(_, message, _) => message.clone().into_owned(),
| _ => format!("{self}"),
}
}