connect-flash
connect-flash copied to clipboard
req.flash('type', 'message'), info and success types are not working
When I specify the flash type as 'info' or 'success', it is not shown. Only 'error' type is shown. P.S. I am using express 4.11.1
i have the same issue with recent express - 4.13.3.
I noticed the same thing today using express-4.12.4
same, do u have any solution?