Handle bug after purging
This commit is contained in:
parent
e2322e9c26
commit
f208c36813
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue