You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
49
49
- An alert setter at the context level is also included. An example of TriggerAlert is shown in Home.tsx (displayed after successful submit). See AlertContext.tsx for typings.
50
50
51
51
### Customization:
52
-
- You can change the boilerplate app name (shown at login, header, and footer) by changing the constant APP_NAME in frontend/src/settings.tsx.
52
+
- The boilerplate app name (shown at login, header, and footer) by changing the constant APP_NAME in frontend/src/settings.tsx.
53
+
- The default session duration is set to 5 hours in frontend/src/settings.tsx. The user will be logged out after 5 hours.
53
54
- The Material UI Theme can be adjusted in frontend\src\Theme.tsx
54
55
55
56
###
@@ -69,6 +70,7 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
69
70
- [x] email support (for password reset)
70
71
- [x] forgot password functionality (email)
71
72
- [ ] Add support for nested sub-routes off the main left-nav routes
0 commit comments