Lets-code-with-us / scamwebsiteV1

Scam Alert is an open-source platform where users can share and alert others about new types of scams. The goal is to create a community-driven space to identify and report various scam attempts, helping to protect people from fraud.
https://scamwebsite-v1.vercel.app/
12 stars 45 forks source link

[FIX]: Unnecessary login calls #83

Open xTwo56 opened 1 month ago

xTwo56 commented 1 month ago

add login loader to avoid multiple login calls

https://github.com/user-attachments/assets/d6bc61e9-7112-41d9-a236-e1d1cc7fbe6e

Shu12388y commented 1 month ago

@xTwo56 assigned

xTwo56 commented 1 month ago

Screenshot from 2024-10-16 10-48-52

modified login/page.tsx only

xTwo56 commented 1 month ago

before:

https://github.com/user-attachments/assets/51d9cfd9-37f2-48fe-b4d4-493f9c75899c

after:

https://github.com/user-attachments/assets/beef2f9d-6905-447b-aab2-716db0ccb5e2

Shu12388y commented 1 month ago

@xTwo56 Nice work

Shu12388y commented 1 month ago

@xTwo56 create the PR

xTwo56 commented 1 month ago

Screenshot from 2024-10-16 10-48-52

modified login/page.tsx only

Please provide a fix for above issue