Enable account creation and iterate on the Button design
This commit is contained in:
parent
764692b90b
commit
d492259312
2 changed files with 3 additions and 4 deletions
|
|
@ -12,5 +12,5 @@ object OnBoardingConfig {
|
|||
const val CAN_LOGIN_WITH_QR_CODE = true
|
||||
|
||||
/** Whether the user can create an account using the app. */
|
||||
const val CAN_CREATE_ACCOUNT = false
|
||||
const val CAN_CREATE_ACCOUNT = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue