chore: truncate long secret environment variables (#4958)

Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
atrimpe-ford 2025-04-11 07:55:12 -04:00 committed by GitHub
parent 80b63545f1
commit 72cff75277
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
v-model="secretText"
name="secret"
:placeholder="t('environment.secret_value')"
class="flex flex-1 bg-transparent px-4"
class="flex flex-1 bg-transparent pl-4"
:class="styles"
type="password"
/>
@ -17,7 +17,7 @@
v-else
ref="editor"
:placeholder="placeholder"
class="flex flex-1"
class="flex flex-1 truncate"
:class="styles"
@click="emit('click', $event)"
@keydown="handleKeystroke"