1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-24 14:31:42 +01:00

Fix minore

This commit is contained in:
Pek5892 2024-01-31 11:46:26 +01:00
parent 1c2202a51b
commit 9e6d1ba37e

View File

@ -26,10 +26,9 @@ $op = filter('op');
$microsoft = null;
if ($dbo->isConnected() && $dbo->tableExists('zz_oauth2')) {
try {
$microsoft = $dbo->selectOne('zz_oauth2', '*', ['nome' => 'Microsoft', 'enabled' => 1, 'is_login' => 1]);
}
} catch (Exception $e) {}
// LOGIN
switch ($op) {