mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
verify email workflow working
This commit is contained in:
parent
f007e8e87f
commit
a8f2ccb94b
23 changed files with 16363 additions and 15802 deletions
|
@ -30,4 +30,6 @@ export const verifySessionMiddleware = async (
|
|||
|
||||
req.user = existingUser[0];
|
||||
req.session = session;
|
||||
|
||||
next();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue