Skip to content

Commit

Permalink
Revert "check for is_online for online tokens"
Browse files Browse the repository at this point in the history
This reverts commit 7cd7bae.
  • Loading branch information
hannachen authored and paulomarg committed Apr 27, 2022
1 parent 635747a commit 5d4c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/shopify_app/callback_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def respond_with_user_token_flow

def start_user_token_flow?(shopify_session)
return false unless ShopifyApp::SessionRepository.user_storage.present?
return false if shopify_session.is_online?
return false if shopify_session.online?
update_user_access_scopes?
end

Expand Down

0 comments on commit 5d4c6b9

Please sign in to comment.