Add session authorized and return to remember token validate

This commit is contained in:
FusionPBX
2026-02-28 10:20:03 -07:00
committed by GitHub
parent 858071307d
commit 5326e8969f

View File

@@ -207,6 +207,11 @@ class authentication {
'samesite' => 'Strict'
]);
//set the session authorized to true
$_SESSION['authorized'] = true;
//return the result
return $result;
}
}