Skip to content

Commit 9c13ae4

Browse files
committed
refactor: removed comments
1 parent 278198a commit 9c13ae4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

feature/auth/src/commonMain/kotlin/org/mifos/mobile/feature/auth/registration/RegistrationViewModel.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,9 @@ data class SignUpState(
623623
/**
624624
* Whether the submit button should be enabled based on required fields.
625625
*/
626-
// TODO Uncomment if middle name field is mandatory
627626
val isSubmitButtonEnabled: Boolean
628627
get() = customerAccount.isNotBlank() &&
629628
firstName.isNotBlank() &&
630-
// middleName.isNotBlank() &&
631629
lastName.isNotBlank() &&
632630
email.isNotBlank() &&
633631
password.isNotBlank() &&

0 commit comments

Comments
 (0)