aaronpk / indielogin.com

Sign in with your domain name
https://indielogin.com
MIT License
149 stars 24 forks source link

Navbar branding is hardcoded #115

Closed TechWilk closed 3 months ago

TechWilk commented 6 months ago

I've been reading through the code while making the PHP 8.2 changes in #114 and noticed that while most of the codebase uses the APP_NAME environment variable, the Navbar is hardcoded to IndieLogin.com.

I've opened a second PR to resolve this by using APP_NAME and make it consistent with the rest of the codebase.