🚸 (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
|
||||
isRequired
|
||||
label="Username / Email"
|
||||
label="Username"
|
||||
type="email"
|
||||
defaultValue={config.username ?? ''}
|
||||
onChange={handleUsernameChange}
|
||||
placeholder="user@provider.com"
|
||||
withVariableButton={false}
|
||||
/>
|
||||
<TextInput
|
||||
|
Reference in New Issue
Block a user