getlantern / lantern-client

Lantern Client code
GNU General Public License v3.0
14 stars 3 forks source link

Use auth feature flag #1134

Closed atavism closed 4 months ago

atavism commented 4 months ago

Only show auth-related components in the app if the auth feature is enabled.

Until we have confirmation of what the auth flow looks like on iOS, this gives us the ability to disable username/password on other platforms.

jigar-f commented 4 months ago

@atavism I have added some more changes, To hide username password changes.

atavism commented 4 months ago

@jigar-f, I made a change so that you can enable auth without having to mess with feature flagging as well. Just set ENABLE_AUTH_FEATURE=true in the .env