Skip to content

Commit 43f0977

Browse files
committed
fix: use password field for tokens
1 parent 45e6a16 commit 43f0977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/views/TokenStep.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlinx.coroutines.flow.update
2121
* enter their own.
2222
*/
2323
class TokenStep(private val context: CoderToolboxContext) : WizardStep {
24-
private val tokenField = TextField(context.i18n.ptrl("Token"), "", TextType.General)
24+
private val tokenField = TextField(context.i18n.ptrl("Token"), "", TextType.Password)
2525
private val descriptionField = LabelField(context.i18n.pnotr(""))
2626
private val linkField = LinkField(context.i18n.ptrl("Get a token"), "")
2727
private val errorField = ValidationErrorField(context.i18n.pnotr(""))

0 commit comments

Comments
 (0)