mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 02:18:01 -04:00
Forgot to include the error
This commit is contained in:
@@ -29,6 +29,8 @@ pub enum Error {
|
||||
FailedToCreateEndpoint(io::Error),
|
||||
|
||||
// Token refresher errors
|
||||
#[error("Invalid token format, missing claims")]
|
||||
MissingClaims,
|
||||
#[error("Failed to decode access token data: {0}")]
|
||||
DecodeAccessTokenData(#[from] base64::DecodeError),
|
||||
#[error("Failed to deserialize access token json data: {0}")]
|
||||
|
||||
Reference in New Issue
Block a user