Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/LinksTable.tsx')
-rw-r--r--client/components/LinksTable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/LinksTable.tsx b/client/components/LinksTable.tsx
index 0759ec0..d39d4c9 100644
--- a/client/components/LinksTable.tsx
+++ b/client/components/LinksTable.tsx
@@ -397,7 +397,7 @@ const Row: FC<RowProps> = ({ index, link, setDeleteModal }) => {
{...password({
name: "password"
})}
- placeholder={link.password ? "●●●●●●●" : "Password..."}
+ placeholder={link.password ? "••••••••" : "Password..."}
autocomplete="off"
data-lpignore
pl={[3, 24]}