merge main
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user