Skip to content

Commit

Permalink
🚸 (sendEmail) Rename username SMTP creds label to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 2, 2023
1 parent 3fff0a1 commit 42ae75c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42ae75c

Please sign in to comment.