redirect from account if there is no cookie
Showing
middleware.js
0 → 100644
| ... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
| "@types/react-dom": "18.0.5", | "@types/react-dom": "18.0.5", | ||
| "@typescript-eslint/eslint-plugin": "^5.27.0", | "@typescript-eslint/eslint-plugin": "^5.27.0", | ||
| "eslint": "8.16.0", | "eslint": "8.16.0", | ||
| "eslint-config-next": "12.1.6", | "eslint-config-next": "^12.3.0", | ||
| "eslint-plugin-es5": "^1.5.0", | "eslint-plugin-es5": "^1.5.0", | ||
| "eslint-plugin-import-helpers": "^1.2.1", | "eslint-plugin-import-helpers": "^1.2.1", | ||
| "eslint-plugin-regexp": "^1.7.0", | "eslint-plugin-regexp": "^1.7.0", | ||
| ... | ... |
Please register or sign in to comment