arp242/goatcounter

[bug] /settings/delete-account renders sites without subdomains

walkersutton opened this issue · 1 comments

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

Screenshot 2024-06-03 at 14 57 45

Fix

Please add subdomains to the list of sites

Should be fixed now. Thanks.