Skip to content

Instantly share code, notes, and snippets.

@saltukalakus
Last active June 2, 2025 20:37
Show Gist options
  • 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