8000
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 27ac41c commit 5853a98Copy full SHA for 5853a98
site/src/pages/LoginPage/LoginPage.tsx
@@ -69,10 +69,10 @@ export const LoginPage: FC = () => {
69
/>
70
);
71
}
72
- }
73
- //else {
74
- // window.location.replace(`https://heaan.io`);
75
- //}
+ } else {
+ window.location.replace(`https://heaan.io`);
+ return null;
+ }
76
77
if (isConfiguringTheFirstUser) {
78
return <Navigate to="/setup" replace />;
site/src/theme/icons.json
@@ -21,6 +21,7 @@
21
"confluence.svg",
22
"container.svg",
23
"cpp.svg",
24
+ "cryptolab_symbol.svg",
25
"cursor.svg",
26
"database.svg",
27
"datagrip.svg",
0 commit comments