feat: Implement account deletion feature with UI and API integration
Some checks failed
Deploy tt-tagebuch / deploy (push) Has been cancelled
Some checks failed
Deploy tt-tagebuch / deploy (push) Has been cancelled
This commit is contained in:
@@ -149,6 +149,11 @@ const SEO_ROUTE_CONFIG = {
|
||||
description: 'Datenschutzerklärung von Trainingstagebuch.',
|
||||
robots: 'index,follow',
|
||||
},
|
||||
'/konto-loeschen': {
|
||||
title: 'Konto und Daten löschen | Trainingstagebuch',
|
||||
description: 'Informationen zur Löschung des Benutzerkontos und personenbezogener Daten im Trainingstagebuch.',
|
||||
robots: 'index,follow',
|
||||
},
|
||||
};
|
||||
|
||||
const SEO_NOINDEX_PREFIXES = [
|
||||
|
||||
Reference in New Issue
Block a user