0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): set input type in connector tester (#1160)

This commit is contained in:
Wang Sijie 2022-06-20 16:10:59 +08:00 committed by GitHub
parent 4f32ad3a51
commit 25e94a4359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,7 @@ const SenderTester = ({ connectorType }: Props) => {
>
<TextInput
hasError={Boolean(inputError?.message)}
type={isSms ? 'tel' : 'email'}
{...register('sendTo', {
required: true,
pattern: {