Skip to content

Commit

Permalink
Merge pull request #12454 from rubhanazeem/fix-token-types
Browse files Browse the repository at this point in the history
Broken token type selection in Token create webui
  • Loading branch information
vpereira committed Apr 20, 2022
2 parents e80cfcd + c1124aa commit c6e6fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/users/tokens/new.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- @pagetitle = 'Create Token'
- type_options = Token::OPERATIONS.map { |a| "Token::#{a}".constantize.token_name }
- type_options = Token::OPERATIONS.map { |a| "Token::#{a}".constantize.token_name.downcase }

.card
.card-body
Expand Down

0 comments on commit c6e6fab

Please sign in to comment.