-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OAuth2 property names to camelCase
This commit updates the OAuth2 property names to use camelCase instead of snake_case to maintain consistency with JavaScript naming conventions. The changes include updating the property names in the HTML, JSON locale files, and the JavaScript backend code. The affected properties are `grant_type`, `access_token_url`, `authorization_endpoint`, `redirect_uri`, `open_authentication`, `client_id`, `client_secret`, and `client_credentials_in_body`, which have been changed to `grantType`, `accessTokenUrl`, `authorizationEndpoint`, `redirectUri`, `openAuthentication`, `clientId`, `clientSecret`, and `clientCredentialsInBody`, respectively. Additionally, the commit includes updates to the corresponding labels and placeholders in the UI components.
- Loading branch information
1 parent
9761d0b
commit c6d0ae7
Showing
7 changed files
with
183 additions
and
183 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.