Skip to content

Commit 2cc6155

Browse files
committed
Fixed iam
1 parent 128446f commit 2cc6155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Iam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ protected function loadToken()
354354
{
355355
if ($this->iam_token)
356356
{
357-
if ($this->refresh_at*1000000 < microtime()){
357+
if ($this->refresh_at < microtime(true)){
358358
try {
359359
return $this->newToken();
360360
} catch (\Exception $e){

0 commit comments

Comments
 (0)