Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Nov 15, 2023
1 parent a2aa72d commit 1ac3814
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/data/carp_backend.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ class CarpBackend {
);

CarpService().configure(app!);
if (oauthToken != null) {
if (oauthToken!.hasExpired) {
CarpService().refresh();
}
}

info('$runtimeType initialized - app: $app');
}
Expand Down

0 comments on commit 1ac3814

Please sign in to comment.