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 4, 2023
1 parent 6193d26 commit f3b146b
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 f3b146b

Please sign in to comment.