Logging & Password

This commit is contained in:
Alex Emmet 2025-11-30 00:11:05 +01:00
commit 6117cbb8d7
13 changed files with 595 additions and 54 deletions

View file

@ -70,7 +70,7 @@ pub async fn create_user(username: &str) -> (Option<UserProfile>, Option<String>
reset_token,
);
auth_connector::complete_register(&up, &CONFIG.lock().await.get_iota_id().to_string()).await;
auth_connector::complete_register(&up, &CONFIG.read().await.get_iota_id().to_string()).await;
save_file(
"",
&format!("{}.tu", username),