Skip to content

Commit 9d4d8f3

Browse files
committed
fix: polishing for release.
1 parent e7952c0 commit 9d4d8f3

File tree

3 files changed

+2
-365
lines changed

3 files changed

+2
-365
lines changed

apps/dashboard/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@farcaster/frame-sdk": "^0.0.60",
3232
"@hookform/resolvers": "^3.9.1",
3333
"@marsidev/react-turnstile": "^1.1.0",
34-
"@neynar/react": "^1.2.3",
3534
"@radix-ui/react-accordion": "^1.2.7",
3635
"@radix-ui/react-alert-dialog": "^1.1.10",
3736
"@radix-ui/react-avatar": "^1.1.6",

apps/dashboard/src/app/nebula-app/(app)/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default async function Page(props: {
2222
]);
2323

2424
if (!authToken || !accountAddress) {
25-
console.log("redirecting to login");
2625
loginRedirect();
2726
}
2827

0 commit comments

Comments
 (0)