feat: allow disabling of registration
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Radical 2025-05-26 23:41:20 +02:00
parent 1cda34d16b
commit b8cf21903e
3 changed files with 14 additions and 0 deletions

View file

@ -61,6 +61,8 @@ pub enum Error {
#[error("{0}")]
Unauthorized(String),
#[error("{0}")]
Forbidden(String),
#[error("{0}")]
InternalServerError(String),
}