fix: invalidation

This commit is contained in:
Torsten Dittmann
2023-03-29 14:57:57 +02:00
parent 9b5016f651
commit adc4f0a5de
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@
projectId,
passwordDictionary
);
invalidate(Dependencies.PROJECT);
await invalidate(Dependencies.PROJECT);
addNotification({
type: 'success',
message: 'Updated password dictionary check.'
@@ -20,7 +20,7 @@
projectId,
passwordHistoryEnabled ? passwordHistory : 0
);
invalidate(Dependencies.PROJECT);
await invalidate(Dependencies.PROJECT);
initialPasswordHistoryEnabled = passwordHistoryEnabled;
addNotification({
type: 'success',