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 12f5613 commit 17429dfCopy full SHA for 17429df
KeePassKit/Cryptography/KPKTimeOTPGenerator.m
@@ -164,7 +164,7 @@ - (void)saveToEntry:(KPKEntry *)entry {
164
}
165
166
if(!secretStored) {
167
- secretBase32Attribute = [[KPKAttribute alloc] initWithKey:kKPKAttributeKeyHmacOTPSecretBase32 value:[self.key base32EncodedStringWithOptions:0]];
+ secretBase32Attribute = [[KPKAttribute alloc] initWithKey:kKPKAttributeKeyTimeOTPSecretBase32 value:[self.key base32EncodedStringWithOptions:0]];
168
[entry addCustomAttribute:secretBase32Attribute];
169
170
0 commit comments