Update: 2026-06-23 18:27:04
This commit is contained in:
@@ -85,7 +85,7 @@ try {
|
||||
'expires_in' => 150,
|
||||
]);
|
||||
|
||||
} catch (Exception $e) {
|
||||
} catch (Throwable $e) {
|
||||
securityLog("LoginFirstTime Error", ['msg' => $e->getMessage()]);
|
||||
jsonError('Server error', 500);
|
||||
jsonError('Server error: ' . $e->getMessage(), 500);
|
||||
}
|
||||
Reference in New Issue
Block a user