-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delivers [#187355054] updating password after x amount of time
Fixing how user navigate to the profile Fixing how user navigate to the profile Fixing Profile css and error message
- Loading branch information
1 parent
d62eb35
commit 4be15e7
Showing
11 changed files
with
413 additions
and
159 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BACKEND_URL = 'your backend url' | ||
GOOGLE_CLIENT_ID='your google client id' | ||
REACT_APP_BACKEND_URL="YOUR_BACKEND_URL" | ||
|
||
REACT_APP_PASSWORD_EXPIRATION_PERIOD_MINUTES="minutes you need your password to be expired " |
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
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
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.