Client - display client secret after creation

This commit is contained in:
Sam
2022-06-07 09:47:36 +02:00
parent 03db8e8cd6
commit 78fe703494
6 changed files with 39 additions and 15 deletions

View File

@ -1,7 +1,8 @@
{
"ADD_A_NEW_APP": "Add a new OAuth2 application",
"APP": {
"CLIENT_ID": "Client ID",
"CLIENT_ID": "Id",
"CLIENT_SECRET": "Secret",
"DESCRIPTION": "Application description",
"ISSUE_AT": "issue at",
"NAME": "Application name",
@ -14,6 +15,7 @@
"URL": "Application URI"
},
"APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?",
"APP_CREATED_SUCCESSFULLY": "Application created successfully. Make sure to copy the secret now, it won't show up again.",
"APPS_LIST": "OAuth2 applications",
"DELETE_APP": "Delete application",
"NEW_APP": "New OAuth App",