Commit f696bacb authored by Douwe Maan's avatar Douwe Maan

Merge branch '43297-authorized-application-count' into 'master'

Fix authorized applications count

Closes #43297

See merge request gitlab-org/gitlab-ce!25715
parents 0be93623 d8d5c3af
......@@ -52,7 +52,7 @@
.oauth-authorized-applications.prepend-top-20.append-bottom-default
- if user_oauth_applications?
%h5
= _("Authorized applications (%{size})") % { size: @authorized_tokens.size }
= _("Authorized applications (%{size})") % { size: @authorized_apps.size + @authorized_anonymous_tokens.size }
- if @authorized_tokens.any?
.table-responsive
......
---
title: Fix authorized application count
merge_request: 25715
author: moyuru
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment