We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6ee56 commit 0ced9f8Copy full SHA for 0ced9f8
Authenticator/Classes/OTPTokenCell.m
@@ -139,7 +139,7 @@ - (void)refresh
139
}
140
self.titleLabel.attributedText = titleString;
141
142
- self.passwordLabel.text = self.token.password;
+ self.passwordLabel.attributedText = [[NSAttributedString alloc] initWithString:self.token.password attributes:@{NSKernAttributeName: @2}];
143
self.nextPasswordButton.hidden = self.token.type != OTPTokenTypeCounter;
144
145
0 commit comments