Page MenuHomePhabricator

D10783.diff
No OneTemporary

D10783.diff

diff --git a/lib/reducers/data-loaded-reducer.js b/lib/reducers/data-loaded-reducer.js
--- a/lib/reducers/data-loaded-reducer.js
+++ b/lib/reducers/data-loaded-reducer.js
@@ -4,7 +4,7 @@
import {
keyserverAuthActionTypes,
logOutActionTypes,
- deleteKeyserverAccountActionTypes,
+ deleteAccountActionTypes,
logInActionTypes,
} from '../actions/user-actions.js';
import { setNewSessionActionType } from '../keyserver-conn/keyserver-conn-types.js';
@@ -28,7 +28,7 @@
} else if (
action.type === logOutActionTypes.started ||
action.type === logOutActionTypes.success ||
- action.type === deleteKeyserverAccountActionTypes.success
+ action.type === deleteAccountActionTypes.success
) {
return false;
} else if (action.type === keyserverAuthActionTypes.success) {

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 4:44 PM (19 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2571611
Default Alt Text
D10783.diff (803 B)

Event Timeline