Commit 3abf5d5
committed
refactor(constants): remove unused cookie names for index and folder passwords
Remove `indexPassword` and `folderPassword` from `COOKIES_NAME` as they are no longer used in the application. This cleanup helps in maintaining a leaner codebase by eliminating unnecessary constants.
style(middleware): reformat long lines for better readability
Reformat long lines in `middleware.ts` to improve code readability and maintainability. This change ensures that the code adheres to style guidelines, making it easier for developers to read and understand.1 parent d33acb0 commit 3abf5d5
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
0 commit comments