Merge remote-tracking branch 'parent/main' into kb_migration
This commit is contained in:
commit
9264284cf4
163 changed files with 3596 additions and 1088 deletions
|
@ -4,7 +4,7 @@ module Omniauthable
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
TEMP_EMAIL_PREFIX = 'change@me'
|
||||
TEMP_EMAIL_REGEX = /\A#{TEMP_EMAIL_PREFIX}/.freeze
|
||||
TEMP_EMAIL_REGEX = /\A#{TEMP_EMAIL_PREFIX}/
|
||||
|
||||
included do
|
||||
devise :omniauthable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue