Skip to content

Commit

Permalink
fix confirm modal
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 5, 2024
1 parent a472c4b commit e43cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OryAdmin/Components/Pages/Identities/Users/View.razor
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ else
</table>
<div class="buttons">
<button class="button is-warning"
@onclick="RevokeOAuth2ConsentSessions">
@onclick="() => _showRevokeOAuth2SessionsModal = true">
Revoke Sessions
</button>
</div>
Expand Down

0 comments on commit e43cc1b

Please sign in to comment.