Skip to content

Commit

Permalink
Merge pull request #369 from danilax86/noname-api-key
Browse files Browse the repository at this point in the history
Remove token's data inspection when creating API token without a name
  • Loading branch information
wmnnd authored Jan 6, 2025
2 parents 715a562 + 3c9fc01 commit d2a8ec4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/keila_web/templates/api_key/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<span class="text-sm"><%= @token.id %></span>
<% else %>
<%= @token.id %>
<%= inspect(@token.data) %>
<% end %>
</h2>
<p>
Expand Down

0 comments on commit d2a8ec4

Please sign in to comment.