@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | throw new AuthenticationException( |
96 | 96 | $this->getDictionary() |
97 | 97 | ->get('user.authentication.error.email_not_confirmed') |
98 | - . '<br><a href="#" data-action="resend-confirmation-email">' . $this->getDictionary() |
|
98 | + . '<br><a href="#" data-action="resend-confirmation-email">'.$this->getDictionary() |
|
99 | 99 | ->get('user.authentication.error.resend_confirmation_email') |
100 | 100 | . '</a>' |
101 | 101 | ); |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | throw new AuthenticationException( |
135 | 135 | $this->getDictionary() |
136 | 136 | ->get('user.authentication.error.email_not_confirmed') |
137 | - . '<br><a href="#" data-action="resend-confirmation-email">' . $this->getDictionary() |
|
137 | + . '<br><a href="#" data-action="resend-confirmation-email">'.$this->getDictionary() |
|
138 | 138 | ->get('user.authentication.error.resend_confirmation_email') |
139 | 139 | . '</a>' |
140 | 140 | ); |