Skip to content

Commit

Permalink
Aleeva: Grab another refresh token if missing when logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrios committed Aug 13, 2023
1 parent d667ea6 commit 7729edb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arcdps_uploader/Aleeva.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ void Aleeva::login(Settings& settings) {
Aleeva::get_channels(settings, server.id);
}
}
else {
Aleeva::authorize(settings);
Aleeva::login(settings);
}
}

std::string Aleeva::authorize(Settings& settings)
Expand Down

0 comments on commit 7729edb

Please sign in to comment.