Client - display client secret after creation
This commit is contained in:
@ -159,10 +159,16 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: UserAppsList,
|
||||
},
|
||||
{
|
||||
path: ':clientId',
|
||||
path: ':id',
|
||||
name: 'UserApp',
|
||||
component: UserApp,
|
||||
},
|
||||
{
|
||||
path: ':id/created',
|
||||
name: 'CreatedUserApp',
|
||||
component: UserApp,
|
||||
props: { afterCreation: true },
|
||||
},
|
||||
{
|
||||
path: 'new',
|
||||
name: 'AddUserApp',
|
||||
|
Reference in New Issue
Block a user