this repo has no description

make 302 to oauth authorization

Akshay 1bb1f951 4ac4ba67

Changed files
+1 -1
core
src
+1 -1
core/src/main.rs
··· 160 160 }) 161 161 .await 162 162 .unwrap(); 163 - Ok(Redirect::temporary(&res)) 163 + Ok(Redirect::to(&res)) 164 164 } 165 165 } 166 166