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 c3f11d9 commit 7ccb522Copy full SHA for 7ccb522
YubiKit/YubiKit/Connections/Shared/Sessions/OATH/YKFOATHCredentialUtils.m
@@ -33,7 +33,7 @@ + (NSString *)keyFromAccountName:(NSString *)name issuer:(NSString *)issuer peri
33
if (type == YKFOATHCredentialTypeTOTP && period != YKFOATHCredentialDefaultPeriod) {
34
[accountId appendFormat:@"%ld/", (unsigned long)period];
35
}
36
- if (issuer != nil) {
+ if (issuer != nil && issuer.length > 0) {
37
[accountId appendFormat:@"%@:", issuer];
38
39
[accountId appendString:name];
0 commit comments