[bug] /settings/delete-account renders sites without subdomains
walkersutton opened this issue · 1 comments
walkersutton commented
Problem
When a user attempts to delete their account, a warning banner is shown. Within the banner there is a list of sites owned by the user, but the list seems to be missing subdomains.
This is where the list is generated: https://github.com/arp242/goatcounter/blob/master/tpl/settings_delete.gohtml#L15-L17
Fix
Please add subdomains to the list of sites
arp242 commented
Should be fixed now. Thanks.