This commit is contained in:
parent
24e4528b4c
commit
290b9344d2
@ -187,7 +187,13 @@ void refresh_access_token() {
|
||||
if (http_code != 200) {
|
||||
std::cerr << RED "[ERROR] " << RESET << http_code
|
||||
<< "is non 200 response\n";
|
||||
def_prog_mode();
|
||||
endwin();
|
||||
get_input_and_login();
|
||||
reset_prog_mode();
|
||||
refresh();
|
||||
doupdate();
|
||||
return;
|
||||
}
|
||||
|
||||
SoRAuthFile(true, response);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user