use proper date formatting on form for expiry

This commit is contained in:
Harvey Tindall
2021-04-07 15:17:15 +01:00
parent 66b7df7cde
commit 871bc9f396
4 changed files with 12 additions and 8 deletions
+1
View File
@@ -5,6 +5,7 @@
window.invalidPassword = "{{ .strings.reEnterPasswordInvalid }}";
window.URLBase = "{{ .urlBase }}";
window.code = "{{ .code }}";
window.language = "{{ .langName }}";
window.messages = JSON.parse({{ .notifications }});
window.confirmation = {{ .confirmation }};
window.userExpiryEnabled = {{ .userExpiry }};