mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-19 05:23:14 +02:00
fix: obscured text length
This commit is contained in:
@@ -65,7 +65,7 @@ const AdminConfigTable = () => {
|
||||
</td>
|
||||
<td>
|
||||
{configVariable.obscured
|
||||
? "••••••••••••"
|
||||
? "•".repeat(configVariable.value.length)
|
||||
: configVariable.value}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user