Skip to content

Commit

Permalink
Add a new kind of typo for signup
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 20, 2023
1 parent 7106ea4 commit 786b5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const Signup: FunctionComponent = function () {
const emailTypos = {
'gmai.com': 'gmail.com',
'gamil.com': 'gmail.com',
'gmal.com': 'gmail.com'
'gmal.com': 'gmail.com',
'gmaill.com': 'gmail.com'
};

const {
Expand Down

0 comments on commit 786b5f0

Please sign in to comment.