feat: introduce application auth clients tab in the admin panel (#1423)

* feat: introduce application auth clients tab in the admin panel

* feat: introduce improvements

* feat: use loading state returned from useMutation

* feat: use error returned by useMutation hook
This commit is contained in:
kattoczko
2023-11-10 13:09:23 +00:00
committed by GitHub
parent 878fab347a
commit c461cc4878
14 changed files with 580 additions and 97 deletions

View File

@@ -462,6 +462,7 @@ type AppAuthClient = {
appConfigId: string;
authDefaults: string;
formattedAuthDefaults: IJSONObject;
active: boolean;
};
type Notification = {