Skip to content

Commit

Permalink
user: enable applications menu entry
Browse files Browse the repository at this point in the history
* Enables applications menu entry to allow user to generate an access token.
* Closes #415.

Co-Authored-by: Sébastien Délèze <[email protected]>
  • Loading branch information
Sébastien Délèze committed Feb 23, 2021
1 parent 57b2395 commit fd329ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sonar/theme/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
def init_view():
"""Do some stuff before rendering any view."""
current_menu.submenu('settings').submenu('security').hide()
current_menu.submenu('settings').submenu('applications').hide()
current_menu.submenu('settings').submenu('admin').hide()


Expand Down

0 comments on commit fd329ec

Please sign in to comment.