Skip to content

Commit

Permalink
fix logout url
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkopecky committed Oct 29, 2023
1 parent fc73b96 commit ca12fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- 1.4.1 fix service worker location and working
- 1.4.2 add offline view with last books stored in local storage
- 1.4.3 start offline when not online, highlight the offline state
- 1.4.4 fix logout url

## 1.3.0 Add lists by title (2023-01-05)

Expand Down
2 changes: 1 addition & 1 deletion src/js/components/#.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Login({ state, setState }: LoginProps): JSX.Element {

const doLogout = () => {
closeMenu();
logout().catch(console.error);
logout({ openUrl: false }).catch(console.error);
setState(AppState.loggedOut);
};

Expand Down

0 comments on commit ca12fa5

Please # to comment.