Skip to content

Commit 1313ded

Browse files
author
Emile Frey
committed
updated readme and page title
1 parent 3b196ee commit 1313ded

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
4949
- 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.
5050
5151
### 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.
5354
- The Material UI Theme can be adjusted in frontend\src\Theme.tsx
5455
5556
###
@@ -69,6 +70,7 @@ The server should be available at `http://127.0.0.1/`. This mode will not hot re
6970
- [x] email support (for password reset)
7071
- [x] forgot password functionality (email)
7172
- [ ] Add support for nested sub-routes off the main left-nav routes
73+
- [ ] Reset session timeout with activity.
7274
- [ ] Context level modal?
7375
- [ ] Swagger API Explorer
7476
- [ ] Backend Testing

frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>HelloYou</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)