From 91a9a020dafedd084aaa72022f0aa72d14e4f20b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Oct 2023 09:13:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/user_custom_attribute.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/models') 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) -- cgit v1.2.3