aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/User.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/User.ts')
-rw-r--r--src/models/User.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/models/User.ts b/src/models/User.ts
index 6540a14e9..f89ea0465 100644
--- a/src/models/User.ts
+++ b/src/models/User.ts
@@ -27,8 +27,6 @@ export default class User {
27 27
28 @observable accountType: string | null = null; 28 @observable accountType: string | null = null;
29 29
30 @observable emailIsConfirmed = true;
31
32 // Note: Kept around to be able to handle the response from Franz server 30 // Note: Kept around to be able to handle the response from Franz server
33 // better assume it's confirmed to avoid noise 31 // better assume it's confirmed to avoid noise
34 @observable subscription = {}; 32 @observable subscription = {};