forked from mirror/monocles_chat_clean
revert disallow registration in UI
This commit is contained in:
parent
3e363eaa07
commit
7ae6ee8ce9
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public final class Config {
|
|||
|
||||
public static final String QUICKSY_DOMAIN = "quicksy.im";
|
||||
public static final String CHANNEL_DISCOVERY = "https://search.jabber.network";
|
||||
public static final boolean DISALLOW_REGISTRATION_IN_UI = true; //hide the register checkbox
|
||||
public static final boolean DISALLOW_REGISTRATION_IN_UI = false; //hide the register checkbox
|
||||
public static final boolean SHOW_INTRO = BuildConfig.SHOW_INTRO;
|
||||
public static final boolean SHOW_MIGRATION_INFO = BuildConfig.SHOW_MIGRATION_INFO;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue