Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: check email should be lowercase #1457

Closed
wants to merge 15 commits into from

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    d9fb11c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Implement React Hook Form attrs

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7fa94d7 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fe068e0 View commit details
    Browse the repository at this point in the history
  3. destructure errors from formstate, clean line spaces

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    90de98e View commit details
    Browse the repository at this point in the history
  4. errors onBlur and onChange

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9dbfeb9 View commit details
    Browse the repository at this point in the history
  5. update error status and use helper text

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3d86b64 View commit details
    Browse the repository at this point in the history
  6. clean up

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c0161da View commit details
    Browse the repository at this point in the history
  7. add conditions for location

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1d04387 View commit details
    Browse the repository at this point in the history
  8. validate github profile to test location validation

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9b8da8e View commit details
    Browse the repository at this point in the history
  9. remove conditional attempt, replace double bang

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a789dc0 View commit details
    Browse the repository at this point in the history
  10. confuse people with a nested ternerary

    Brad authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    08bbfce View commit details
    Browse the repository at this point in the history
  11. fix: Update ProjectForm.js

    Force helperText to have content to prevent layout shift on  validation errors
    trillium authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    092b967 View commit details
    Browse the repository at this point in the history
  12. build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /client

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ea0180d View commit details
    Browse the repository at this point in the history
  13. build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /backend

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and evanyang1 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    beeeacc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. !fix:

    1. remove the previous commit's contents
    2. convert to lowercase email in Auth.js
    evanyang1 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3746de8 View commit details
    Browse the repository at this point in the history