Restore best-effort application hash upgrade saves
This commit is contained in:
parent
65ec6f4029
commit
65caa73d6f
|
|
@ -77,7 +77,7 @@ public class DefaultApplicationCredentialsValidator : IApplicationCredentialsVal
|
|||
application.HashedApiKeySalt = previousHashedApiKeySalt;
|
||||
throw;
|
||||
}
|
||||
catch (InvalidOperationException e)
|
||||
catch (Exception e)
|
||||
{
|
||||
application.HashedApiKey = previousHashedApiKey;
|
||||
application.HashedApiKeySalt = previousHashedApiKeySalt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue