Skip to content

Commit

Permalink
fix: unused rust import
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Apr 8, 2024
1 parent 8d99981 commit c1bad0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qvet-api/src/oauth_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use axum::{
};
use axum_extra::extract::cookie::{Cookie, PrivateCookieJar, SameSite};
use http::StatusCode;
pub use oauth2::basic::BasicErrorResponse;
use oauth2::reqwest::async_http_client;
use oauth2::{
basic::BasicTokenType, AccessToken, AuthorizationCode, CsrfToken, EmptyExtraTokenFields,
Expand Down

0 comments on commit c1bad0c

Please sign in to comment.