Fix Authorized applications count.
This commit is contained in:
parent
59a3b6f45b
commit
94e9b69e05
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
.oauth-authorized-applications.prepend-top-20.append-bottom-default
|
||||
- if user_oauth_applications?
|
||||
%h5
|
||||
= _("Authorized applications (%{size})") % { size: @authorized_apps.size }
|
||||
= _("Authorized applications (%{size})") % { size: @authorized_apps.size + @authorized_anonymous_tokens.size }
|
||||
|
||||
- if @authorized_tokens.any?
|
||||
.table-responsive
|
||||
|
|
Loading…
Reference in a new issue