tangled
alpha
login
or
join now
tangled.org
/
core
this repo has no description
9
fork
atom
overview
issues
6
pulls
pipelines
make 302 to oauth authorization
Akshay
11 months ago
6250a916
2eb8cfc2
options
unified
split
Changed files
+1
-1
core
src
main.rs
+1
-1
core/src/main.rs
···
160
160
})
161
161
.await
162
162
.unwrap();
163
163
-
Ok(Redirect::temporary(&res))
163
163
+
Ok(Redirect::to(&res))
164
164
}
165
165
}
166
166