mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Adding oauth check for upgrades for Tumblr
This commit is contained in:
parent
c6519dcf7e
commit
267ca18a03
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class ApplicationController < ActionController::Base
|
|||
return unless current_user
|
||||
twitter_oauth_check
|
||||
basecamp_auth_check
|
||||
tumblr_oauth_check
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Reference in a new issue