You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't see this in the documentation, but I created a lightweight frontend profile page. After the User login, I want to show certain verbiage/functionality. Is their tags to supported something like this:
{% if socializer %}
You logged in with {% provider %}
{% else %}
standard craft login
The text was updated successfully, but these errors were encountered:
I didn't see this in the documentation, but I created a lightweight frontend profile page. After the User login, I want to show certain verbiage/functionality. Is their tags to supported something like this:
{% if socializer %}
standard craft loginYou logged in with {% provider %}
{% else %}
The text was updated successfully, but these errors were encountered: