summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/LaunchController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/LaunchController.cpp b/application/LaunchController.cpp
index 62e582d8..e8f369be 100644
--- a/application/LaunchController.cpp
+++ b/application/LaunchController.cpp
@@ -108,6 +108,7 @@ void LaunchController::login()
auto failReasonNew = task->failReason();
if(failReasonNew == "Invalid token.")
{
+ account->invalidateClientToken();
failReason = needLoginAgain;
}
else failReason = failReasonNew;