Skip to content

Commit

Permalink
chore: add log for login
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 8, 2022
1 parent 9805774 commit e3b5345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api/selcrs_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class SelcrsHelper {
error++;
if (error > 5) {
callback?.onFailure(e);
rethrow;
} else {
changeSelcrsUrl();
return login(
Expand Down

0 comments on commit e3b5345

Please sign in to comment.