-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Proposed patch to OneLoginClient.php :
226c226
< if (count($data) == 1 && empty($data[0])) {
---
> if (is_array($data) && count($data) == 1 && empty($data[0])) {
2177a2178,2183
> if (!property_exists($otpDeviceData, 'phone_number')) {
> $otpDeviceData->phone_number = '';
> }
> if (!property_exists($otpDeviceData, 'state_token')) {
> $otpDeviceData->state_token = '';
> }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels