Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 624 Bytes

_callbackRegularWebApp.md

File metadata and controls

15 lines (13 loc) · 624 Bytes
public
<% if (account.userName && hasCallback) { %>

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

Right now, that callback is set to the following:

<%= account.callback %>

<% } else { %>

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

<% } %>