Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 5, 2024
1 parent ecff6d2 commit fe4181f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OryAdmin/Components/Pages/Identities/Users/View.razor
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ else
<td>@session.HandledAt</td>
<td>@(session.ExpiresAt != null ? session.ExpiresAt?.RefreshToken : "-")</td>
<td>
<button class="button is-dark is-small"
<button class="button is-info is-small"
@onclick="() => _oauth2SessionDetails = session">
Details
</button>
Expand All @@ -199,7 +199,7 @@ else
<div class="buttons">
<button class="button is-warning"
@onclick="RevokeOAuth2ConsentSessions">
Remove
Revoke Sessions
</button>
</div>

Expand Down

0 comments on commit fe4181f

Please sign in to comment.