Handle bug after purging

This commit is contained in:
Hillel Coren 2023-02-02 12:55:08 +02:00
parent e2322e9c26
commit f208c36813
1 changed files with 3 additions and 1 deletions

View File

@ -478,7 +478,9 @@ void handleClientAction(
store.dispatch( store.dispatch(
PurgeClientRequest( PurgeClientRequest(
completer: snackBarCompleter<Null>( completer: snackBarCompleter<Null>(
context, localization.purgedClient), context, localization.purgedClient, callback: () {
viewEntitiesByType(entityType: EntityType.client);
}),
clientId: client.id, clientId: client.id,
password: password, password: password,
idToken: idToken), idToken: idToken),