Rename AuthenticationError::Backend to Database
This commit is contained in:
parent
e7a73009ad
commit
8dd283d773
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ pub enum AuthenticationError {
|
|||
InvalidToken,
|
||||
#[error("Invalid server hash")]
|
||||
InvalidServerHash,
|
||||
#[error("Authentication backend error")]
|
||||
Backend(#[from] sqlx::Error),
|
||||
#[error("Database error")]
|
||||
Database(#[from] sqlx::Error),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in a new issue