Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 04f70aa

Browse files
committed
Update generated files
1 parent 31936bc commit 04f70aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

policies/schema/authorization_grant_input.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"type": "string",
3030
"enum": [
3131
"authorization_code",
32-
"client_credentials"
32+
"client_credentials",
33+
"urn:ietf:params:oauth:grant-type:device_code"
3334
]
3435
}
3536
}

translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"action": {
33
"cancel": "Cancel",
44
"@cancel": {
5-
"context": "pages/consent.html:72:11-29, pages/device_consent.html:76:13-31, pages/login.html:100:13-31, pages/policy_violation.html:50:11-29, pages/register.html:64:13-31"
5+
"context": "pages/consent.html:72:11-29, pages/device_consent.html:76:13-31, pages/login.html:100:13-31, pages/policy_violation.html:52:13-31, pages/register.html:64:13-31"
66
},
77
"continue": "Continue",
88
"@continue": {

0 commit comments

Comments
 (0)