form: actually link to the my account page

forgot to do this before. shown on the success modal.
This commit is contained in:
Harvey Tindall
2023-06-22 21:57:19 +01:00
parent f07c60afb0
commit 7aaafb90e3
5 changed files with 13 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@
window.reCAPTCHA = {{ .reCAPTCHA }};
window.reCAPTCHASiteKey = "{{ .reCAPTCHASiteKey }}";
window.userPageEnabled = {{ .userPageEnabled }};
window.userPageAddress = "{{ .userPageAddress }}";
</script>
{{ if .passwordReset }}
<script src="js/pwr.js" type="module"></script>