提交 f696bacb 编写于 作者: D Douwe Maan

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

Fix authorized applications count

Closes #43297

See merge request gitlab-org/gitlab-ce!25715
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册