Andrewnt219 / rent-near-me

https://rent-near-me.vercel.app/
1 stars 1 forks source link

Cannot reopen login modal after closing #92

Closed Andrewnt219 closed 3 years ago

Andrewnt219 commented 3 years ago

Reproduce

Branch: dev

What happened

Cannot open the login modal

Expect

Login modal should open

vitokhangnguyen commented 3 years ago

This is not a bug I think. After you close the login modal, you're still on /acount/security, navigating to the same URL with next/router would not trigger a navigation, therefore, the login modal won't popup again.

If after you close the login modal, you go to menu -> login, the modal will popup again.