Skip to content

Commit

Permalink
Merge pull request #2136 from quadratichq/Account-identifier-clarity
Browse files Browse the repository at this point in the history
Account identifier clarity
  • Loading branch information
AyushAgrawal-A2 authored Dec 19, 2024
2 parents 1fcd3fb + 4330f50 commit ceef298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const ConnectionForm: ConnectionFormComponent<FormValues> = ({ form, chil
<FormItem>
<FormLabel>Account Identifier</FormLabel>
<FormControl>
<Input autoComplete="off" {...field} />
<Input autoComplete="off" placeholder="e.g. jovlpvc-axb93678" {...field} />
</FormControl>
<FormMessage />
</FormItem>
Expand Down

0 comments on commit ceef298

Please sign in to comment.