We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d81e7c commit 5fcef9bCopy full SHA for 5fcef9b
src/main/kotlin/com/coder/toolbox/views/TokenPage.kt
@@ -25,7 +25,7 @@ class TokenPage(
25
token: Pair<String, Source>?,
26
private val onToken: ((token: String) -> Unit),
27
) : CoderPage(context, context.i18n.ptrl("Enter your token")) {
28
- private val tokenField = TextField(context.i18n.ptrl("Token"), token?.first ?: "", TextType.General)
+ private val tokenField = TextField(context.i18n.ptrl("Token"), token?.first ?: "", TextType.Password)
29
30
/**
31
* Fields for this page, displayed in order.
0 commit comments