Skip to content

Commit 8109953

Browse files
committed
Increase line length limit for username display in duplicate password reporting
1 parent 5d4f177 commit 8109953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hash_sentinel.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if duplicates_found
9494
if line.empty?
9595
line = "║ • #{username}"
9696
else
97-
if line.size + username.size + 5 > 80
97+
if line.size + username.size + 5 > 120
9898
puts line
9999
line = "║ • #{username}"
100100
else

0 commit comments

Comments
 (0)