-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from jazicorn/dev
Dev
- Loading branch information
Showing
55 changed files
with
2,232 additions
and
917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,10 @@ export class Guest implements _Guest { | |
_IP_ADDRESS: 'Empty', | ||
_PASSCODE: uuidv4(), | ||
_PASSCODE_CONFIRMED: false, | ||
_EMAIL: data._EMAIL.toLowerCase().trim(), | ||
_EMAIL: '[email protected]', | ||
_EMAIL_CONFIRMED: false, | ||
_EMAIL_PASSCODE: uuidv4(), | ||
_PASSWORD: data._PASSWORD, | ||
_PASSWORD: '', | ||
_DEFAULT_LANGUAGE: 'javascript', | ||
_DEFAULT_ROUTE: 'var/declare/var', | ||
_POINTS_TOTAL: 0, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e01bc91
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
recodecamp-api – ./apps/api
recodecamp-api-jazicorn.vercel.app
recodecamp-api.vercel.app
recodecamp-api-git-main-jazicorn.vercel.app