We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccc25c commit 3d6c445Copy full SHA for 3d6c445
dist/scripts/api-console.js
@@ -3085,7 +3085,7 @@
3085
};
3086
3087
$scope.ownerOptionsEnabled = function () {
3088
- return $scope.credentials.grant === 'owner';
+ return $scope.credentials.grant === 'password';
3089
3090
3091
$scope.isImplicitEnabled = function () {
src/app/security/oauth2.js
@@ -12,7 +12,7 @@
12
13
14
15
16
17
18
0 commit comments