diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4f78525..fbe3c20 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,28 +1,6 @@ { "permissions": { - "allow": [ - "WebFetch(domain:docs.expo.dev)", - "WebFetch(domain:docs.expo.dev)", - "WebSearch", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(npx eas:*)", - "Bash(npx @expo/eas-cli@latest:*)", - "Bash(npx expo install:*)", - "Bash(eas --version:*)", - "Bash(eas build:configure:*)", - "Bash(bunx:*)", - "Bash(./gradlew:*)", - "Bash(java:*)", - "Bash(where:*)", - "Bash(echo:*)", - "Bash(set:*)", - "Bash(git --version:*)", - "Bash(export:*)", - "Bash(ls:*)", - "Bash(npx tsc --noEmit)", - "Bash(curl 'https://api.mixvideo.bowong.cc/api/template-generations?page=1&limit=20' )" - ], + "allow": [], "deny": [], "ask": [] } diff --git a/app/(auth)/login.tsx b/app/(auth)/login.tsx index 304654b..8d227ca 100644 --- a/app/(auth)/login.tsx +++ b/app/(auth)/login.tsx @@ -30,7 +30,7 @@ export default function LoginScreen() { useEffect(() => { if (!authLoading && isAuthenticated) { console.log("[Login] User authenticated, redirecting to tabs..."); - router.replace("/(tabs)"); + router.replace("/(tabs)" as any); } }, [isAuthenticated, authLoading]); diff --git a/app/result.tsx b/app/result.tsx index 168c3c4..6250b97 100644 --- a/app/result.tsx +++ b/app/result.tsx @@ -197,13 +197,11 @@ export default function ResultPage() { return (