We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e6a16 commit 43f0977Copy full SHA for 43f0977
src/main/kotlin/com/coder/toolbox/views/TokenStep.kt
@@ -21,7 +21,7 @@ import kotlinx.coroutines.flow.update
21
* enter their own.
22
*/
23
class TokenStep(private val context: CoderToolboxContext) : WizardStep {
24
- private val tokenField = TextField(context.i18n.ptrl("Token"), "", TextType.General)
+ private val tokenField = TextField(context.i18n.ptrl("Token"), "", TextType.Password)
25
private val descriptionField = LabelField(context.i18n.pnotr(""))
26
private val linkField = LinkField(context.i18n.ptrl("Get a token"), "")
27
private val errorField = ValidationErrorField(context.i18n.pnotr(""))
0 commit comments