summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/redux/account/reducers.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/renderer/redux/account/reducers.ts b/gui/src/renderer/redux/account/reducers.ts
index 00f2ef7bb5..a017d16be7 100644
--- a/gui/src/renderer/redux/account/reducers.ts
+++ b/gui/src/renderer/redux/account/reducers.ts
@@ -48,7 +48,6 @@ export default function (
return {
...state,
status: { type: 'failed', method: 'existing_account', error: action.error },
- accountToken: undefined,
};
case 'TOO_MANY_DEVICES':
return {