mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-07 06:46:01 -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