mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-23 03:08:08 +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..>")]
|
#[get("/oauth2?<query..>")]
|
||||||
#[rocket::async_trait(?Send)]
|
|
||||||
pub async fn oauth(
|
pub async fn oauth(
|
||||||
query: Form<OAuthRequest>,
|
query: Form<OAuthRequest>,
|
||||||
rockets: PlumeRocket,
|
rockets: PlumeRocket,
|
||||||
|
|
Loading…
Reference in a new issue