diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-09-24 11:48:04 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-09-24 11:48:04 +0200 |
commit | e2ce3d095549e4fd06c104a305a3b698d0c45187 (patch) | |
tree | 22a9351e34859d78956df038edcc7837a16eb04b /changes | |
parent | 1b8e9f5d6df6aedd3566069d9d27adc1d8ad771d (diff) |
[bug] signal expired auth token to the GUI
In case of InvalidAuthTokeError from soledad sync we need signal the GUI, so
it will request her to log in again.
- Resolves: #7430
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-7430_signal_InvalidAuthTokenError | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7430_signal_InvalidAuthTokenError b/changes/bug-7430_signal_InvalidAuthTokenError new file mode 100644 index 0000000..cf805ba --- /dev/null +++ b/changes/bug-7430_signal_InvalidAuthTokenError @@ -0,0 +1 @@ +- If the auth token has expired signal the GUI to request her to log in again (Closes: #7430) |