federation refinement

This commit is contained in:
2026-05-09 13:53:45 +02:00
parent df71748897
commit 470b29c9e1
56 changed files with 1513 additions and 544 deletions

View File

@@ -27,6 +27,7 @@ pub struct LoginCommand {
pub struct RegisterCommand {
pub email: String,
pub username: String,
pub password: String,
}