Add logic to save OpenID connect grants
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-04-15 13:41:13 -05:00
parent bd6eaceaf3
commit d1312fe627
3 changed files with 29 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ module.exports = exports = {
yes: 'Yes',
no: 'No',
deny: 'Deny',
grant: 'Grant Access',
grant: 'Allow access',
grant_once: 'Allow access once',
back: 'Back',
next: 'Next',
cancel: 'Cancel',