mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
DEV: Remove remaining reference to instagram_user_infos
Follow-up to ad6f33e5b1
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…
Reference in New Issue
Block a user