mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-17 18:36:37 +00:00
verify email workflow working
This commit is contained in:
@@ -30,4 +30,6 @@ export const verifySessionMiddleware = async (
|
||||
|
||||
req.user = existingUser[0];
|
||||
req.session = session;
|
||||
|
||||
next();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user