Service login #6

Merged
phoenix merged 19 commits from service_login into main 2026-06-11 18:02:24 -04:00
Showing only changes of commit e1f2bff832 - Show all commits
+1 -1
View File
@@ -256,7 +256,7 @@ async fn register_service_user(
}
}
async fn login_service_user(
async fn _login_service_user(
app: &axum::Router,
username: &str,
passphrase: &str,