merge main

This commit is contained in:
Hailey
2024-04-04 16:53:54 -07:00
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -51,11 +51,11 @@ export const LoginForm = ({
}, [track])
return (
<FormContainer testID="loginForm" title={<Trans>Sign in</Trans>}>
<FormContainer testID="loginForm" titleText={<Trans>Sign in</Trans>}>
<View>
<TextField.Label>
<TextField.LabelText>
<Trans>Hosting provider</Trans>
</TextField.Label>
</TextField.LabelText>
<HostingProvider
serviceUrl={serviceUrl}
onSelectServiceUrl={setServiceUrl}