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 | 908af7780aafa933faebdb72fdd2f87ac1775ce0 (patch) | |
tree | bcbb9c977cf32d8b588b3190c36e6ccd8493c0c4 /mail/changes | |
parent | 6852b6df432ecd6ea08ecbd0c48385e94b16d2de (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 'mail/changes')
-rw-r--r-- | mail/changes/bug-7430_signal_InvalidAuthTokenError | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/changes/bug-7430_signal_InvalidAuthTokenError b/mail/changes/bug-7430_signal_InvalidAuthTokenError new file mode 100644 index 00000000..cf805ba6 --- /dev/null +++ b/mail/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) |