-
Notifications
You must be signed in to change notification settings - Fork 347
Task #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Task #270
Changes from all commits
a950404
df2fc4d
5932e0c
5428c32
a84cb75
5fb88bd
e851dd9
60e8feb
108c87a
c4ad8da
7761ccf
69e9bf3
90f5f16
0fd3154
da9ab1c
8d5f184
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| /node_modules | ||
| /dist | ||
| /src/frontend |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| /node_modules | ||
| /dist | ||
| /src/frontend |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| node_modules | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Password reset endpoints (/password-reset and /password-reset/confirm) are correctly using guestOnlyMiddleware in auth.routes.js, but ensure the activation and register/login routes use the same middleware for consistency with requirements. |
||
| .env | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Password reset endpoints (/password-reset and /password-reset/confirm) are correctly using guestOnlyMiddleware in auth.routes.js, but ensure the activation and register/login routes use the same middleware for consistency with requirements.