Skip to content

Instantly share code, notes, and snippets.

@saltukalakus
Last active February 15, 2019 21:22
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/8b52d81b57b302e0452dbd50c6f0af06 to your computer and use it in GitHub Desktop.
Save saltukalakus/8b52d81b57b302e0452dbd50c6f0af06 to your computer and use it in GitHub Desktop.
Print the user's metadata for the language in the template
{% if user.user_metadata.lang %}
<br> {{user.user_metadata.lang}}
{% elsif user.app_metadata.lang %}
<br> {{user.app_metadata.lang}}
{% else %}
  <br> no metadata for the language
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment