aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-05 14:05:32 +0100
committerLibravatar GitHub <noreply@github.com>2017-12-05 14:05:32 +0100
commit1d33a1784bea940906bc74e335668920fa1b88f6 (patch)
treeb1eb91d83bf8e0d442994b3223ea79cbb123243a /src/actions
parentMerge pull request #402 from meetfranz/feature/welcome-styles (diff)
parentfeat(Account): Enable a user to delete their own account (diff)
downloadferdium-app-1d33a1784bea940906bc74e335668920fa1b88f6.tar.gz
ferdium-app-1d33a1784bea940906bc74e335668920fa1b88f6.tar.zst
ferdium-app-1d33a1784bea940906bc74e335668920fa1b88f6.zip
Merge pull request #400 from meetfranz/feature/delete-account
[PR] Enable a user to delete their own account
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/user.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/user.js b/src/actions/user.js
index fe32b8a05..ccf1fa56a 100644
--- a/src/actions/user.js
+++ b/src/actions/user.js
@@ -27,4 +27,5 @@ export default {
27 importLegacyServices: PropTypes.arrayOf(PropTypes.shape({ 27 importLegacyServices: PropTypes.arrayOf(PropTypes.shape({
28 recipe: PropTypes.string.isRequired, 28 recipe: PropTypes.string.isRequired,
29 })).isRequired, 29 })).isRequired,
30 delete: {},
30}; 31};