summaryrefslogtreecommitdiff
path: root/client/changes/bug_set-active-secret
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-18 00:59:43 -0400
committerKali Kaneko <kali@leap.se>2015-09-21 13:54:03 -0400
commit733893d2fe39c2573c896d0e05cd29f9983cdbce (patch)
treeed01833634c857439d2d1e4cc8535be9fdffdb9f /client/changes/bug_set-active-secret
parentc9d1677e335838a8631a04cf8971ea864a1e8e67 (diff)
[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.
Diffstat (limited to 'client/changes/bug_set-active-secret')
-rw-r--r--client/changes/bug_set-active-secret1
1 files changed, 1 insertions, 0 deletions
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.