Revert "update set token url"

This reverts commit d98e7fb653.
This commit is contained in:
2022-10-16 03:56:45 +08:00
parent 3b8efc0c0b
commit b70b6b2e7f

View File

@@ -122,7 +122,7 @@ pub async fn cs_auth(code: String, redirect_url: String, jump_to_url: String, db
.unwrap();
Redirect::to(format!(
"{}###token={}",
"{}?token={}",
{
if env::var("FRONTEND_WHITELIST")
.unwrap_or_default()