mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-20 15:41:40 -04:00
Refactor (#347)
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
return current.Salt != previousEntry?.Salt || current.Verifier != previousEntry?.Verifier;
|
||||
return current.Salt != previousEntry.Salt || current.Verifier != previousEntry.Verifier;
|
||||
}
|
||||
|
||||
private async Task MakeCurrentAsync(Vault vault)
|
||||
|
||||
Reference in New Issue
Block a user