Skip to content

Commit

Permalink
show secret form field as password field
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Oct 5, 2023
1 parent 2464b7c commit 90c6d99
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ private fun AccountDetails(component: AddOtpProviderComponent) {
is AddTotpProviderComponent -> FormFieldButtonType.Done
is AddHotpProviderComponent -> FormFieldButtonType.Next
else -> FormFieldButtonType.Done
}
},
password = true,
)
}
}

0 comments on commit 90c6d99

Please sign in to comment.