remove comments

This commit is contained in:
Zomatree
2021-09-07 15:50:56 +01:00
parent 2f452b15b1
commit fcb59b2493

View File

@@ -31,7 +31,6 @@ use rauth::{
};
use std::str::FromStr;
use rocket_cors::AllowedOrigins;
// use rocket::catchers;
use util::variables::{
APP_URL, HCAPTCHA_KEY, INVITE_ONLY, PUBLIC_URL, SMTP_FROM, SMTP_HOST, SMTP_PASSWORD,
SMTP_USERNAME, USE_EMAIL, USE_HCAPTCHA,
@@ -149,7 +148,6 @@ Reset your password here: {{url}}",
.manage(cors.clone())
.manage(RatelimitState::new())
.attach(cors)
// .register("/", catchers![rocket_governor::rocket_governor_catcher])
.launch()
.await
.unwrap();