Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 627 Bytes

_callback.md

File metadata and controls

17 lines (14 loc) · 627 Bytes
public

Before Starting

<% if (account.userName && hasCallback) { %>

Please remember that for security purposes, you have to register the URL of your app on the Application Settings section as the callbackURL.

Right now, that callback is set to the following:

<%= account.callback %>

<% } else { %>

Please remember that for security purposes, you have to register the URL of your app on the Application Settings section as the callbackURL.

<% } %>