This commit is contained in:
2026-05-16 17:57:54 +02:00
parent 1a2ec26f27
commit b2cefb7d66
55 changed files with 1654 additions and 334 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ pub async fn login_user_pw(
)
)]
pub async fn check(
State(state): State<AppState>,
user: CurrentUser,
State(_state): State<AppState>,
_user: CurrentUser,
) -> Result<Json<CheckResponse>, HTTPError> {
Ok(Json(CheckResponse {
authenticated: true,