aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/user.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-17 20:32:22 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-20 16:02:15 +0000
commit45373f655f68fdd0b320cde175b6108454ad4731 (patch)
treec1ccb0c73639d754b68a36a1977b74471fe4b566 /src/actions/user.js
parentNew Crowdin updates (#1668) (diff)
downloadferdium-app-45373f655f68fdd0b320cde175b6108454ad4731.tar.gz
ferdium-app-45373f655f68fdd0b320cde175b6108454ad4731.tar.zst
ferdium-app-45373f655f68fdd0b320cde175b6108454ad4731.zip
Removed Franz paid plans features:
- serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
Diffstat (limited to 'src/actions/user.js')
-rw-r--r--src/actions/user.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/actions/user.js b/src/actions/user.js
index 7061a367a..20d27ee53 100644
--- a/src/actions/user.js
+++ b/src/actions/user.js
@@ -13,15 +13,11 @@ export default {
13 password: PropTypes.string.isRequired, 13 password: PropTypes.string.isRequired,
14 accountType: PropTypes.string, 14 accountType: PropTypes.string,
15 company: PropTypes.string, 15 company: PropTypes.string,
16 plan: PropTypes.string,
17 currency: PropTypes.string, 16 currency: PropTypes.string,
18 }, 17 },
19 retrievePassword: { 18 retrievePassword: {
20 email: PropTypes.string.isRequired, 19 email: PropTypes.string.isRequired,
21 }, 20 },
22 activateTrial: {
23 planId: PropTypes.string.isRequired,
24 },
25 invite: { 21 invite: {
26 invites: PropTypes.array.isRequired, 22 invites: PropTypes.array.isRequired,
27 }, 23 },