Skip to content

Commit 0ced9f8

Browse files
committed
Increase letter spacing of password slightly for legibility
1 parent ab6ee56 commit 0ced9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/Classes/OTPTokenCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ - (void)refresh
139139
}
140140
self.titleLabel.attributedText = titleString;
141141

142-
self.passwordLabel.text = self.token.password;
142+
self.passwordLabel.attributedText = [[NSAttributedString alloc] initWithString:self.token.password attributes:@{NSKernAttributeName: @2}];
143143
self.nextPasswordButton.hidden = self.token.type != OTPTokenTypeCounter;
144144
}
145145

0 commit comments

Comments
 (0)