Skip to content

Commit

Permalink
feat Changed placeholder (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Oct 6, 2024
2 parents 94cd3f9 + ca657f9 commit 8177e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/config/constants.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export const HOW_HEARD_ABOUT_US = [
];

export const PLACEHOLDERS = {
email: 'johndoe@company.org',
email: 'johndoe@acme.inc',
password: '********',
project: 'Acme Inc',
fullName: 'John Doe',
Expand Down

0 comments on commit 8177e53

Please sign in to comment.