simple-nx-auth #924

Merged
philipp merged 31 commits from simple-nx-auth into main 2025-04-18 17:44:55 +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; return Status::Ok;
} }
} }
Status::Unauthorized Status::BadRequest
} }
#[catch(401)] //Unauthorized #[catch(401)] //Unauthorized