Skip to content

Commit

Permalink
fix: add missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jul 6, 2022
1 parent f604235 commit aaebdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export const AUTH = {
SIGN_UP_BUTTON: 'Sign Up',
SIGN_UP_HEADER: 'Sign Up',
EMAIL_FIELD_TEXT: 'Email',
PASSWORD_FIELD_LABEL: 'Password'
};

0 comments on commit aaebdfe

Please sign in to comment.