chore(news): Bailey

also direct mod contact form to HTTPS
This commit is contained in:
Sabe Jones
2019-06-11 15:26:38 -05:00
parent f235a64d96
commit 424c50f2a4
3 changed files with 20 additions and 12 deletions

View File

@@ -34,5 +34,5 @@ export function goToModForm (user) {
document.cookie = `habiticauserdata=${JSON.stringify(userData)};${expires};domain=.habitica.com;path=/`;
window.location.href = 'http://contact.habitica.com';
window.location.href = 'https://contact.habitica.com';
}