You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.
Many apps look for the admin_bar_iframe in order to determine if the shop owner is logged in or not. It appears that this framework removes this frame by adding in something in it's place. I see this occur in assets/timber.js.liquid
line 281:
var $iframeReset = $iframeVideo.add('iframe#admin_bar_iframe');
Could a solution be implemented so that the admin_bar_iframe is not removed?
The text was updated successfully, but these errors were encountered:
It seems to me that there should be a isUserLoggedIn method on the Shopify class so that people can check if admin is logged in without having to rely on a pretty hacky method. Probably an issue for the core Shopify repo imo.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many apps look for the admin_bar_iframe in order to determine if the shop owner is logged in or not. It appears that this framework removes this frame by adding in something in it's place. I see this occur in assets/timber.js.liquid
line 281:
var $iframeReset = $iframeVideo.add('iframe#admin_bar_iframe');
Could a solution be implemented so that the admin_bar_iframe is not removed?
The text was updated successfully, but these errors were encountered: