feat: add data privacy settings screen and initialize backend service infrastructure
This commit is contained in:
@@ -121,7 +121,7 @@ export default function DataScreen() {
|
||||
text: copy.deleteActionBtn,
|
||||
style: 'destructive',
|
||||
onPress: async () => {
|
||||
// Future implementation: call backend to wipe user data, cancel active Stripe subscriptions
|
||||
// Future implementation: call backend to wipe user data and cancel active app subscriptions
|
||||
await signOut();
|
||||
router.replace('/onboarding');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user