Skip to content

Instantly share code, notes, and snippets.

@saltukalakus
Created February 19, 2019 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saltukalakus/0c81ada434d9ba36e311e3dc9fca2346 to your computer and use it in GitHub Desktop.
Save saltukalakus/0c81ada434d9ba36e311e3dc9fca2346 to your computer and use it in GitHub Desktop.
Remove the link for a specific app in the Auth0 email template with the Liquid syntax.
{% if application.name != "MY APP NAME" %}
Reset link {{url}}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment