Redirect on token expiry

This commit is contained in:
april
2024-01-04 13:36:21 -06:00
parent 9de454d491
commit 4e84dc842a
10 changed files with 116 additions and 34 deletions

12
web/package-lock.json generated
View File

@@ -10,6 +10,7 @@
"@mantine/dropzone": "^7.4.0",
"@mantine/form": "^7.4.0",
"@mantine/hooks": "^7.4.0",
"@mantine/modals": "^7.4.0",
"@mantine/notifications": "^7.4.0",
"@remix-run/css-bundle": "^2.4.1",
"@remix-run/node": "^2.4.1",
@@ -1493,6 +1494,17 @@
"react": "^18.2.0"
}
},
"node_modules/@mantine/modals": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.4.0.tgz",
"integrity": "sha512-uXZuN5vCx0Wdu0gOmoDaGD8/GVpx7qCeyAAFCH94WPHl/aK3fzKSk4K63deWY5Ml9a5ktic/i5pYil3MUBEj5w==",
"peerDependencies": {
"@mantine/core": "7.4.0",
"@mantine/hooks": "7.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"node_modules/@mantine/notifications": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.4.0.tgz",