400 instead of 303 #907

Merged
philipp merged 1 commits from nx-auth into staging 2025-04-16 11:32:12 +02:00
Showing only changes of commit 4ce9a573fe - Show all commits

View File

@ -182,7 +182,7 @@ async fn nextcloud_auth(db: &State<SqlitePool>, auth: BasicAuth) -> Status {
return Status::Ok;
}
}
Status::Unauthorized
Status::BadRequest
}
#[catch(401)] //Unauthorized