fix: login with Token

This commit is contained in:
Johannes Kantz
2023-01-12 15:29:58 +01:00
parent a887921e5d
commit 2860a01cf8
2 changed files with 5 additions and 4 deletions

View File

@@ -120,6 +120,7 @@ class BancaDati {
try {
return $this->pdo->query($sql)->fetch();
}catch (PDOException $e){
var_dump($e);
die;
}
}