diff --git a/.vscode/launch.json b/.vscode/launch.json index 67d5d1bf..efbe14b3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "node-terminal", "request": "launch", "command": "pnpm dev", - "cwd": "${workspaceFolder}/apps/nextjs", + "cwd": "${workspaceFolder}/apps/web", "skipFiles": ["/**"], "sourceMaps": true, "sourceMapPathOverrides": { @@ -14,4 +14,4 @@ } } ] -} \ No newline at end of file +} diff --git a/apps/web/src/components/AuthForm.tsx b/apps/web/src/components/AuthForm.tsx index 91aee86f..6207d0d0 100644 --- a/apps/web/src/components/AuthForm.tsx +++ b/apps/web/src/components/AuthForm.tsx @@ -259,6 +259,7 @@ export function Auth({ setIsMagicLinkSent, isSignUp }: AuthProps) { } return (