Doni Wirawan

Results 4 issues of Doni Wirawan

**Describe the bug** I'm already logged in why am I being asked to log in again just to like **To Reproduce** Steps to reproduce the behavior: 2. Click on 'like...

Please make the dark mode as default and we can toggle to make it light

![Screen Shot 2022-09-15 at 05 08 41](https://user-images.githubusercontent.com/54931717/190262906-ad577be9-9a0d-4c90-a89b-a7b617fc0655.png) my code: ` router.get('/login', (req, res, next) => { res.render('login') }) router.post('/login/password', passport.authenticate('local', { successRedirect: '/', failureRedirect: '/login' })); router.post('/logout', function (req, res,...