fixed redirect on session expired

This commit is contained in:
Sean Macfarlane
2020-06-04 18:04:00 -04:00
parent 776b9a68f1
commit 357cbb69ca
4 changed files with 770 additions and 227 deletions

3
app/utils/history.js Normal file
View File

@@ -0,0 +1,3 @@
import { createBrowserHistory } from 'history';
export default createBrowserHistory();