mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user