Fixes leave on the server and reworked login flow.

This commit is contained in:
2025-06-27 14:45:36 +02:00
parent fbe456a0f5
commit f0883a0ff0
31 changed files with 472 additions and 71 deletions

View File

@@ -1,3 +1,4 @@
#[derive(Debug)]
pub struct DatabaseError(pub String);
impl From<diesel::result::Error> for DatabaseError {