tangled
alpha
login
or
join now
isuggest.selfce.st
/
strand
3
fork
atom
alternative tangled frontend (extremely wip)
3
fork
atom
overview
issues
pulls
pipelines
fix: move oauth route to unauthed route
serenity
4 weeks ago
7d8dbef6
ce962e10
+1
-1
1 changed file
expand all
collapse all
unified
split
src
routes
oauth
callback.tsx
+1
-1
src/routes/_authed/oauth/callback.tsx
src/routes/oauth/callback.tsx
···
1
1
import { createFileRoute } from "@tanstack/react-router";
2
2
3
3
-
export const Route = createFileRoute("/_authed/oauth/callback")({
3
3
+
export const Route = createFileRoute("/oauth/callback")({
4
4
component: RouteComponent,
5
5
});
6
6