mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-22 07:51:52 -05:00
remove implicit grant type for OAuth 2 apps
This commit is contained in:
@@ -22,7 +22,6 @@ const addEditElements = {
|
||||
|
||||
const authorizationGrantTypeOptions = {
|
||||
authorizationCode: 'Authorization code',
|
||||
implicit: 'Implicit',
|
||||
resourceOwnerPasswordBased: 'Resource owner password-based',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user