You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The protected function validateOneTimePassword in the Manager class only returns a boolean value, which results in the verify function also only returning a boolean.
However, it should return $startTime if $previousTime was passed as described in the documentation.
The text was updated successfully, but these errors were encountered:
The protected function validateOneTimePassword in the Manager class only returns a boolean value, which results in the verify function also only returning a boolean.
However, it should return $startTime if $previousTime was passed as described in the documentation.
The text was updated successfully, but these errors were encountered: