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:
parent
4f32ad3a51
commit
25e94a4359
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ const SenderTester = ({ connectorType }: Props) => {
|
|||
>
|
||||
<TextInput
|
||||
hasError={Boolean(inputError?.message)}
|
||||
type={isSms ? 'tel' : 'email'}
|
||||
{...register('sendTo', {
|
||||
required: true,
|
||||
pattern: {
|
||||
|
|
Loading…
Reference in a new issue