forked from Ruderverein-Donau-Linz/rowt
		
	400 instead of 303
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user