mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
add theme switcher and improve org switcher
This commit is contained in:
parent
af2d78cbfb
commit
b1afba191e
4 changed files with 106 additions and 49 deletions
|
@ -448,11 +448,11 @@ authRouter.post(
|
|||
verifySessionMiddleware,
|
||||
auth.requestEmailVerificationCode
|
||||
);
|
||||
authRouter.post(
|
||||
"/change-password",
|
||||
verifySessionUserMiddleware,
|
||||
auth.changePassword
|
||||
);
|
||||
// authRouter.post(
|
||||
// "/change-password",
|
||||
// verifySessionUserMiddleware,
|
||||
// auth.changePassword
|
||||
// );
|
||||
authRouter.post("/reset-password/request", auth.requestPasswordReset);
|
||||
authRouter.post("/reset-password/", auth.resetPassword);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue