Skip to content

Commit

Permalink
Added email verification to signup workflow, integrated auth api from…
Browse files Browse the repository at this point in the history
… backend. (#153)

* Added email verification to signup workflow, integrated auth api from backend.

Now frontend just needs to call createNewUser() from
src/services/AuthService to start the signup workflow, then finishes it
off with email verif. being handled in frontend.

* Added try catch for calls to a firebase service in signup's handleSubmit.

* Fixed duplicate imports in SignUpPage.

Rebase modal_refactor's 3 commits onto master (in progress)
  • Loading branch information
thai-truong authored and Thai committed Oct 3, 2020
1 parent 7ca93cb commit 37399f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-beta
5.0.0-beta2

0 comments on commit 37399f6

Please sign in to comment.