Skip to content

Commit

Permalink
feature(reset password): add reset password
Browse files Browse the repository at this point in the history
reset password by using common function

implement functionality

--amend

reset password

reset password feature after rebasing

resolving hound error

file organization
  • Loading branch information
erickyvand committed Dec 24, 2019
1 parent 98e7231 commit ff552f4
Show file tree
Hide file tree
Showing 14 changed files with 543 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
}

}
}
7 changes: 6 additions & 1 deletion .env-sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ SECRET_KEY={your-secret}
TOKEN_EXPIRE_TIME={time}

# for swagger
BASE_URL={host-and-port}
BASE_URL={host-and-port}

EMAIL={sendGrid sender email}

# settings for sendgrid
API_KEY={sendGrid API key}
Loading

0 comments on commit ff552f4

Please sign in to comment.