mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
6 lines
156 B
Ruby
6 lines
156 B
Ruby
module AccountsHelper
|
|
def incoming_email_token_enabled?
|
|
current_user.incoming_email_token && Gitlab::IncomingEmail.supports_issue_creation?
|
|
end
|
|
end
|