cpsc455-bugstorm / TravelersTea

A Trip Planning App that tailors travel itineraries based on user preferences and providing detailed information about destinations; making travel planning less daunting and more enjoyable.
https://travelerstea-906d.onrender.com
MIT License
6 stars 2 forks source link

Disable login screen for dev #152

Closed Graywing13 closed 10 months ago

Graywing13 commented 10 months ago

Add this to ur client.env:

REACT_APP_DEV_DISABLE_LOGIN="true"
NLmeng commented 10 months ago

also, maybe we should create like a main account that is used for demo and stuff and use that token instead of this one

L0Lmaker commented 10 months ago

What if we want to log into different accounts to use different DB states?

I guess in this case we would disable it in env?