mirror of
https://github.com/discourse/discourse.git
synced 2025-04-24 21:54:31 +08:00
DEV: Remove remaining reference to instagram_user_infos
Follow-up to ad6f33e5b12c7d9bc8ee58003ae65fa60cee1dd2
This commit is contained in:
parent
ad6f33e5b1
commit
cdec5f154b
@ -56,7 +56,6 @@ class User < ActiveRecord::Base
|
||||
has_many :user_associated_accounts, dependent: :destroy
|
||||
has_one :github_user_info, dependent: :destroy
|
||||
has_many :oauth2_user_infos, dependent: :destroy
|
||||
has_one :instagram_user_info, dependent: :destroy
|
||||
has_many :user_second_factors, dependent: :destroy
|
||||
|
||||
has_many :totps, -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user