diff options
Diffstat (limited to 'app/helpers/profile_helper.rb')
-rw-r--r-- | app/helpers/profile_helper.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/helpers/profile_helper.rb b/app/helpers/profile_helper.rb index 9e37e44732a..780c7cd5133 100644 --- a/app/helpers/profile_helper.rb +++ b/app/helpers/profile_helper.rb @@ -1,10 +1,4 @@ module ProfileHelper - def oauth_active_class(provider) - if current_user.identities.exists?(provider: provider.to_s) - 'active' - end - end - def show_profile_username_tab? current_user.can_change_username? end |