alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
make 302 to oauth authorization
author
Akshay
date
2 years ago
(Jan 26, 2025, 9:25 AM UTC)
commit
1bb1f951
1bb1f9514acf7c2019c01f7cd900a7b590770a03
parent
4ac4ba67
4ac4ba67d4218f350f3de8cf9d90c3070791b579
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
core
src
main.rs
+1
-1
core/src/main.rs
View file
Reviewed
···
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