🚸 (sendEmail) Rename username SMTP creds label to avoid confusion
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user