feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
233 changed files with 775 additions and 10297 deletions
Showing only changes of commit e796d91d95 - Show all commits

View File

@ -86,7 +86,7 @@ class Login
} catch (Exception $exception) {
$this->logger->notice($exception);
$savedToken = $this->login();
if ($savedToken === '') {
if ($savedToken === '' and file_exists($this->tokenFilename)) {
unlink($this->tokenFilename);
return '';
}