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]) }, [track])
return ( return (
<FormContainer testID="loginForm" title={<Trans>Sign in</Trans>}> <FormContainer testID="loginForm" titleText={<Trans>Sign in</Trans>}>
<View> <View>
<TextField.Label> <TextField.LabelText>
<Trans>Hosting provider</Trans> <Trans>Hosting provider</Trans>
</TextField.Label> </TextField.LabelText>
<HostingProvider <HostingProvider
serviceUrl={serviceUrl} serviceUrl={serviceUrl}
onSelectServiceUrl={setServiceUrl} onSelectServiceUrl={setServiceUrl}