Skip to content

Commit 697d2f9

Browse files
committed
keep the alert
1 parent 8d32288 commit 697d2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/connect/src/routes/login.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Login() {
8585

8686
navigate({ to: '/', replace: true });
8787
} catch (error) {
88-
console.log('Failed to login');
88+
alert('Failed to login');
8989
console.error(error);
9090
}
9191
})();

0 commit comments

Comments
 (0)