linagora / linshare-mobile-flutter-app

Mobile application for LinShare - https://linshare.org/
GNU Affero General Public License v3.0
16 stars 16 forks source link

Bug fix/cannot login when token is deleted #950

Closed KhaledNjim closed 7 months ago

KhaledNjim commented 7 months ago

Description

gitlab ticket

When the permanent token is deleted from the web, the app gets stuck loading

Root cause

when the permanent token is deleted the RetryAuthenticationInterceptors fails to get a new token and throws an unhandled exception causing the app to get stuck loading

Solution