fix: obscured text length

This commit is contained in:
Elias Schneider
2022-12-08 23:12:25 +01:00
parent a545c44426
commit cbe37c6798
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ const AdminConfigTable = () => {
</td>
<td>
{configVariable.obscured
? "••••••••••••"
? "•".repeat(configVariable.value.length)
: configVariable.value}
</td>
<td>