Skip to content
Snippets Groups Projects
Commit f4993c88 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

AccountManager: check for certificate

Change-Id: I527d834dac6fb2f57c879d02afd09c529f95b5fe
parent 40b39370
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ ArchiveAccountManager::initAuthentication(PrivateKey key,
if (hasArchive) {
// Create/migrate from local archive
if (ctx->credentials->updateIdentity.first
//and ctx->credentials->updateIdentity.second
and ctx->credentials->updateIdentity.second
and needsMigration(ctx->credentials->updateIdentity)) {
this_->migrateAccount(*ctx);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment