Skip to content

Commit

Permalink
Change inactive wording. Fix proptype issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalisbury committed Nov 5, 2020
1 parent b32d147 commit 25140fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/IdleModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function IdleModal({ modalTimeout, logoutTimeout, logoutUser }) {
)}
>
<Alert role="alert" type="warning">
You will automatically be logged out due to inactivity in
You will be automatically logged out due to inactivity in
{' '}
{ timeToLogoutMsg }
{' '}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Home() {
{' '}
{user.name}
</h1>
<Button onClick={logout}>
<Button onClick={() => logout(false)}>
Logout
</Button>
</Container>
Expand Down

0 comments on commit 25140fe

Please sign in to comment.