Skip to content

Commit 49aae24

Browse files
authored
Merge pull request #4537 from tloncorp/po/desktop-allow-hosted-users-to-login
desktop: allow desktop users to login via the self hosted login screen
2 parents 3db5b8e + 5748e16 commit 49aae24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/tlon-web-new/src/components/DesktopLoginScreen.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,10 @@ export const DesktopLoginScreen = ({
152152
if (urlValidation === false) {
153153
return 'Please enter a valid URL.';
154154
}
155-
if (urlValidation === 'hosted') {
156-
return 'Please log in to your hosted Tlon ship using email and password.';
157-
}
155+
// disabled until we add hosted login
156+
// if (urlValidation === 'hosted') {
157+
// return 'Please log in to your hosted Tlon ship using email and password.';
158+
// }
158159
return true;
159160
},
160161
}}

0 commit comments

Comments
 (0)