Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-19 12:13:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-19 12:13:30 +0300
commit91a9a020dafedd084aaa72022f0aa72d14e4f20b (patch)
tree7b7b964568160f4aa0de582ec090235331d1bf2f /app/models
parent270fe378591f24b9a5866990f5c79c817c79b409 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models')
-rw-r--r--app/models/user_custom_attribute.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/user_custom_attribute.rb b/app/models/user_custom_attribute.rb
index 728c1f4844a..5a592b425df 100644
--- a/app/models/user_custom_attribute.rb
+++ b/app/models/user_custom_attribute.rb
@@ -20,6 +20,7 @@ class UserCustomAttribute < ApplicationRecord
TRUSTED_BY = 'trusted_by'
AUTO_BANNED_BY = 'auto_banned_by'
IDENTITY_VERIFICATION_PHONE_EXEMPT = 'identity_verification_phone_exempt'
+ IDENTITY_VERIFICATION_EXEMPT = 'identity_verification_exempt'
class << self
def upsert_custom_attributes(custom_attributes)