this repo has no description

make 302 to oauth authorization

Akshay 6250a916 2eb8cfc2

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