mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-09 15:02:39 -04:00
parent
9ab531473a
commit
181ad76ec9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void OpVaultReader::fillFromSectionField(Entry* entry, const QString& sectionNam
|
||||||
}
|
}
|
||||||
attrValue = query.toString(QUrl::FullyEncoded);
|
attrValue = query.toString(QUrl::FullyEncoded);
|
||||||
}
|
}
|
||||||
entry->attributes()->set(Totp::ATTRIBUTE_SETTINGS, attrValue, true);
|
entry->setTotp(Totp::parseSettings(attrValue));
|
||||||
} else if (attrName.startsWith("expir", Qt::CaseInsensitive)) {
|
} else if (attrName.startsWith("expir", Qt::CaseInsensitive)) {
|
||||||
QDateTime expiry;
|
QDateTime expiry;
|
||||||
if (kind == "date") {
|
if (kind == "date") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue