We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fddf4 commit 8122bbeCopy full SHA for 8122bbe
src/main/kotlin/com/coder/toolbox/views/EnvironmentView.kt
@@ -36,7 +36,7 @@ class EnvironmentView(
36
/**
37
* The username is ignored by the Coder proxy command.
38
*/
39
- override val userName: String? = "coder"
+ override val userName: String? = null
40
41
}
42
0 commit comments