tangled
alpha
login
or
join now
dzming.li
/
core
0
fork
atom
A vibe coded tangled fork which supports pijul.
0
fork
atom
overview
issues
pulls
pipelines
make 302 to oauth authorization
Akshay
1 year ago
1bb1f951
4ac4ba67
+1
-1
1 changed file
expand all
collapse all
unified
split
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