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 160 }) 161 161 .await 162 162 .unwrap(); 163 - Ok(Redirect::temporary(&res)) 163 + Ok(Redirect::to(&res)) 164 164 } 165 165 } 166 166