8000 update: coder login page redirect to landing page · CryptoLabInc/coder@5853a98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5853a98

Browse files
author
Ubuntu
committed
update: coder login page redirect to landing page
1 parent 27ac41c commit 5853a98

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

site/src/pages/LoginPage/LoginPage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ export const LoginPage: FC = () => {
6969
/>
7070
);
7171
}
72-
}
73-
//else {
74-
// window.location.replace(`https://heaan.io`);
75-
//}
72+
} else {
73+
window.location.replace(`https://heaan.io`);
74+
return null;
75+
}
7676

7777
if (isConfiguringTheFirstUser) {
7878
return <Navigate to="/setup" replace />;

site/src/theme/icons.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"confluence.svg",
2222
"container.svg",
2323
"cpp.svg",
24+
"cryptolab_symbol.svg",
2425
"cursor.svg",
2526
"database.svg",
2627
"datagrip.svg",

0 commit comments

Comments
 (0)
0