Enable account creation and iterate on the Button design

This commit is contained in:
Benoit Marty 2024-09-13 11:44:08 +02:00 committed by Benoit Marty
parent 764692b90b
commit d492259312
2 changed files with 3 additions and 4 deletions

View file

@ -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
}