mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: invalidation
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user