Closed shawnlauzon closed 6 years ago
Describe the bug In the confirmation email received after registration, the Confirm button changes colour, but clicking on it does nothing. When I look at the actual HTML, I see:
<tbody> <tr> <td><a href=3D"('http://loc= alhost:3000',)/api/manage/confirm-email/?code=3Dc6a99d04cf69aa6d" target=3D"_blank">Confir= m</a></td> </tr> </tbody>
which looks like an encoding issue (').
'
To Reproduce Steps to reproduce the behavior:
Expected behavior Clicking on Confirm should open a link to the signup screen.
Screenshots
Additional context n/a
Reported by @Lyncis.
This seems to be working on Dev; I wonder if it was a problem with an old container on localhost again.
Describe the bug In the confirmation email received after registration, the Confirm button changes colour, but clicking on it does nothing. When I look at the actual HTML, I see:
which looks like an encoding issue (
'
).To Reproduce Steps to reproduce the behavior:
Expected behavior Clicking on Confirm should open a link to the signup screen.
Screenshots
Additional context n/a
Reported by @Lyncis.