Skip to content

Commit

Permalink
fix(settings): hide revoke all tokens section when signed out
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Apr 2, 2024
1 parent 82b9323 commit 0ce2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/html/pages/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@
</button>
</div>
</div>
<div class="section revokeAllTokens">
<div class="section revokeAllTokens needsAccount">
<div class="groupTitle">
<i class="fas fa-user-slash"></i>
<span>revoke all tokens</span>
Expand Down

0 comments on commit 0ce2f6a

Please sign in to comment.