From 733893d2fe39c2573c896d0e05cd29f9983cdbce Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 18 Sep 2015 00:59:43 -0400 Subject: [bug] set the received active secret before saving local file - bug: we were dumping the received secrets locally to disk *before* setting the received property for the active secret, and therefore the 'active_secret' was always marked as null. - refactor common code into an utility method. --- client/changes/bug_set-active-secret | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/changes/bug_set-active-secret (limited to 'client/changes/bug_set-active-secret') diff --git a/client/changes/bug_set-active-secret b/client/changes/bug_set-active-secret new file mode 100644 index 00000000..8c234b25 --- /dev/null +++ b/client/changes/bug_set-active-secret @@ -0,0 +1 @@ +o [bug] Set active secret before saving local file. -- cgit v1.2.3