diff --git a/src/main/kotlin/com/coder/toolbox/views/TokenPage.kt b/src/main/kotlin/com/coder/toolbox/views/TokenPage.kt index 4c2b016..1c0a5f7 100644 --- a/src/main/kotlin/com/coder/toolbox/views/TokenPage.kt +++ b/src/main/kotlin/com/coder/toolbox/views/TokenPage.kt @@ -25,7 +25,7 @@ class TokenPage( token: Pair?, private val onToken: ((token: String) -> Unit), ) : CoderPage(context, context.i18n.ptrl("Enter your token")) { - private val tokenField = TextField(context.i18n.ptrl("Token"), token?.first ?: "", TextType.General) + private val tokenField = TextField(context.i18n.ptrl("Token"), token?.first ?: "", TextType.Password) /** * Fields for this page, displayed in order.