We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eee8ba + 4738a18 commit db1ebdcCopy full SHA for db1ebdc
EventListener/FlashListener.php
@@ -20,7 +20,7 @@
20
class FlashListener implements EventSubscriberInterface
21
{
22
private static $successMessages = array(
23
- FOSUserEvents::CHANGE_PASSWORD_COMPLETED => 'change_password.flash.updated',
+ FOSUserEvents::CHANGE_PASSWORD_COMPLETED => 'change_password.flash.success',
24
FOSUserEvents::GROUP_CREATE_COMPLETED => 'group.flash.created',
25
FOSUserEvents::GROUP_DELETE_COMPLETED => 'group.flash.deleted',
26
FOSUserEvents::GROUP_EDIT_COMPLETED => 'group.flash.updated',
0 commit comments