We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d32288 commit 697d2f9Copy full SHA for 697d2f9
apps/connect/src/routes/login.lazy.tsx
@@ -85,7 +85,7 @@ function Login() {
85
86
navigate({ to: '/', replace: true });
87
} catch (error) {
88
- console.log('Failed to login');
+ alert('Failed to login');
89
console.error(error);
90
}
91
})();
0 commit comments