fedimint / ui

https://ui-umber-ten.vercel.app
MIT License
27 stars 41 forks source link

Gateway password is wrong in the dev environment #500

Closed sbddesign closed 2 months ago

sbddesign commented 2 months ago

When I try to spin up the dev environment for lightning gateway, I noticed a discrepancy in the default password. In the README it lists the gateway password. as thereisnosecondbest. I also found the string thereisnosecondbest in many places in the codebase. However, this password does not work when I try to login to the UI at localhost:3004.

In the mprocs terminal, I echoed the env variable FM_GATEWAY_PASSWORD and it returned theresnosecondbest (missing the "i". This worked and let me log in to the gateway dashboard.

Kodylow commented 2 months ago

should be theresnosecondbest not "is" will fix