2
0

🚸 (sendEmail) Rename username SMTP creds label to avoid confusion

This commit is contained in:
Baptiste Arnaud
2023-10-02 10:24:16 +02:00
parent 3fff0a11dd
commit 42ae75cb11

View File

@@ -52,11 +52,10 @@ export const SmtpConfigForm = ({ config, onConfigChange }: Props) => {
/> />
<TextInput <TextInput
isRequired isRequired
label="Username / Email" label="Username"
type="email" type="email"
defaultValue={config.username ?? ''} defaultValue={config.username ?? ''}
onChange={handleUsernameChange} onChange={handleUsernameChange}
placeholder="user@provider.com"
withVariableButton={false} withVariableButton={false}
/> />
<TextInput <TextInput