mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-08-21 00:36:06 +00:00
fix(auth): error num 401 for oauth
Lewis: May this revision serve well! <lu5a@proton.me>
This commit is contained in:
@@ -522,7 +522,7 @@ async fn validate_bearer_token_with_options_internal(
|
||||
auth_source: AuthSource::OAuth,
|
||||
});
|
||||
} else {
|
||||
return Err(TokenValidationError::TokenExpired);
|
||||
return Err(TokenValidationError::OAuthTokenExpired);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user