Skip to content

Commit

Permalink
Display scopes next to credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
geekingfrog committed Feb 7, 2025
1 parent 1353433 commit 9597ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/teiserver_web/templates/admin/bot/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<tr>
<th>application</th>
<th>client id</th>
<th>scopes</th>
<th>actions</th>
</tr>
</thead>
Expand All @@ -33,6 +34,7 @@
<tr>
<td><%= credential.application.name %></td>
<td><pre> <%= credential.client_id %> </pre></td>
<td><%= Enum.join(credential.application.scopes, ", ") %></td>
<td>
<Phx.link
href={~p"/teiserver/admin/bot/#{@bot.id}/credential/#{credential.id}"}
Expand Down

0 comments on commit 9597ee1

Please sign in to comment.