Commit edc6dfb1 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'peterhegman/default-enable-hide_access_tokens-feature-flag' into 'master'

Hide feed, incoming email, and static access tokens by default

See merge request gitlab-org/gitlab!77037
parents 49870c19 a3e150ba
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
type_plural: type_plural, type_plural: type_plural,
active_tokens: @active_personal_access_tokens, active_tokens: @active_personal_access_tokens,
revoke_route_helper: ->(token) { revoke_profile_personal_access_token_path(token) } revoke_route_helper: ->(token) { revoke_profile_personal_access_token_path(token) }
- if Feature.enabled?(:hide_access_tokens) - if Feature.enabled?(:hide_access_tokens, default_enabled: :yaml)
#js-tokens-app{ data: { tokens_data: tokens_app_data } } #js-tokens-app{ data: { tokens_data: tokens_app_data } }
- else - else
- unless Gitlab::CurrentSettings.disable_feed_token - unless Gitlab::CurrentSettings.disable_feed_token
......
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347490 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347490
milestone: '14.6' milestone: '14.6'
type: development type: development
group: group::access group: group::access
default_enabled: false default_enabled: true
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