Browse Source

update set token url

master
hole-thu 3 years ago
parent
commit
d98e7fb653
  1. 2
      src/login.rs

2
src/login.rs

@ -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()

Loading…
Cancel
Save