mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-05 11:18:43 +00:00
remove an experiment of disabling Send… it makes no sense
This commit is contained in:
parent
de6bfca084
commit
cb1c260692
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ pub struct OAuthRequest {
|
|||
}
|
||||
|
||||
#[get("/oauth2?<query..>")]
|
||||
#[rocket::async_trait(?Send)]
|
||||
pub async fn oauth(
|
||||
query: Form<OAuthRequest>,
|
||||
rockets: PlumeRocket,
|
||||
|
|
Loading…
Reference in a new issue