We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3db5b8e + 5748e16 commit 49aae24Copy full SHA for 49aae24
apps/tlon-web-new/src/components/DesktopLoginScreen.tsx
@@ -152,9 +152,10 @@ export const DesktopLoginScreen = ({
152
if (urlValidation === false) {
153
return 'Please enter a valid URL.';
154
}
155
- if (urlValidation === 'hosted') {
156
- return 'Please log in to your hosted Tlon ship using email and password.';
157
- }
+ // disabled until we add hosted login
+ // if (urlValidation === 'hosted') {
+ // return 'Please log in to your hosted Tlon ship using email and password.';
158
+ // }
159
return true;
160
},
161
}}
0 commit comments