brunougwudevs@gmail.com (brunomax007)
new question test here
gentle reminder to kindly submit your All Souls' envelopes.Per name is ₦500. If you don't find the secretary in the church, please drop your envelopes in the tithe box provided beside the altar. Your generosity is
An interestingly new question
I created a new verify route that is used to handle email verification when a user wants to change their email. change-email.tsx file was renamed to _index.tsx, and this new file now redirects to the new created verify route. The _index.tsx file also uses the profile layout, which checks that only logged-in users can access it I also added a modal that asks the user to confirm if they really want to change their email. • If the user clicks confirm, they stay on the page. • If they click cancel, they are sent back to their profile page. Summary of what I changed • Created a verify.tsx route • Renamed and modified change-email.tsx → _index.tsx • Used profile layout to protect the route • Added modal for email change confirmation