BoltAuth / Auth

Auth extension for Bolt
MIT License
16 stars 17 forks source link

Add feedback twig tags with the Auth feedback #45

Closed jadwigo closed 6 years ago

jadwigo commented 6 years ago

This is an approach to add feedback to https://github.com/BoltAuth/Auth/issues/44 This adds two twig tags that can be used globally.

{{ auth_render_feedback() }}

{% set feedback = auth_feedback() %}

This also applies to https://github.com/BoltAuth/Auth/issues/23

SvanteRichter commented 6 years ago

LGTM