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.
2 parents 44a64d8 + 7ccb522 commit 72728a9Copy full SHA for 72728a9
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