Ramrachai / indigenous-connect-frontend

To connect indigenous people of Bangladesh. Technology used Next.js, express.js, typescript, monogdb, AWS
MIT License
0 stars 1 forks source link

feat: routes protected from pending users #8

Closed Ramrachai closed 1 week ago

Ramrachai commented 1 week ago

added entry protection from pending users. when a user registers for the firs time , and login to this accout, his account status is generally pending. user will not be able to access to website untill his account is approved by moderator or admin. all users will be redirected to "/pending" page when the users profile status is pending.

image