Skip to content

Instantly share code, notes, and snippets.

@ndv
Created December 5, 2011 08:20
Show Gist options
  • Save ndv/1432831 to your computer and use it in GitHub Desktop.
Save ndv/1432831 to your computer and use it in GitHub Desktop.
setSignInUrls
window.Ecwid.OnAPILoaded.add(function() {
window.Ecwid.setSignInUrls({
signInUrl: 'http://my.site.com/signin',
signOutUrl: 'http://my.site.com/signout' // signOutUrl is optional
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment