delete amplitude data by default

This commit is contained in:
Phillip Thelen
2025-08-19 17:49:34 +02:00
parent 375ca3e441
commit 02d4d2dd95

View File

@@ -238,7 +238,7 @@ export default {
partyNotExistError: false, partyNotExistError: false,
adminHasPrivForParty: true, adminHasPrivForParty: true,
deleteHabiticaAccount: true, deleteHabiticaAccount: true,
deleteAmplitudeData: false, deleteAmplitudeData: true,
}; };
}, },
watch: { watch: {