Save updated OAuth tokens after refresh.

This commit is contained in:
David Kocher
2021-04-01 16:19:41 +02:00
parent a170902d9d
commit 904216c9f5
@@ -122,6 +122,7 @@ public class OAuth2AuthorizationService {
log.warn(String.format("Refresh expired access tokens %s", saved));
// Refresh expired access key
try {
credentials.setSaved(true);
return this.refresh(saved);
}
catch(LoginFailureException | InteroperabilityException e) {