Skip to content

Commit

Permalink
🐛 (smtp) allow for non-email username
Browse files Browse the repository at this point in the history
Closes #1793
  • Loading branch information
baptisteArno committed Sep 16, 2024
1 parent 6d350a9 commit dc870fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const SmtpConfigForm = ({ config, onConfigChange }: Props) => {
<TextInput
isRequired
label="Username"
type="email"
defaultValue={config?.username}
onChange={handleUsernameChange}
withVariableButton={false}
Expand Down

0 comments on commit dc870fc

Please sign in to comment.