-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash message not shown after user registration #32
Comments
Hi! Please, send code of your page with component settings. |
Hi! |
Now there is no possibility to get flash message with submit mode |
You can get only error message with submit mode. |
Do you mean it's not technically possible? I can generate a flash message in the code section of my page: Flash::success('Password successfully changed!'); And can show it on the page after page loads: {% flash %}
<p
data-control="flash-message"
class="flash-message fade {{ type }}"
data-interval="3">
{{ message }}
</p>
{% endflash %} |
After successful user registration, no flash message is shown on the page. Do you know what could be possibly the problem?
The text was updated successfully, but these errors were encountered: