Skip to content

Commit

Permalink
331: allow current user on user admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmos4 committed Dec 1, 2024
1 parent a8abb94 commit 8bd1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/settings/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</label>
</form>

<?= actions($is_visiting && check_auth(Access::$ROOT))->link("/licencies/$user->id/debug", "Debug", "fa-laptop-code") ?>
<?= actions(check_auth(Access::$ROOT))->link("/licencies/$user->id/debug", "Debug", "fa-laptop-code") ?>

<h2 id="identity">Infos</h2>

Expand Down

0 comments on commit 8bd1574

Please sign in to comment.