Browse Source

Merge bae3e9641d into cede11dd3c

pull/3120/merge
Samuel Young 2 weeks ago committed by GitHub
parent
commit
bd4bdf0814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      app/models/user.rb

1
app/models/user.rb

@ -160,6 +160,7 @@ class User < ApplicationRecord
initial_confirmation_sent: false,
reactivate_with_organisation:,
unconfirmed_email: nil,
second_factor_attempts_count: 0,
)
end

Loading…
Cancel
Save