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 c87353516c
commit 6efa31257d
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
}