Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Feb 12, 2023
1 parent b754af6 commit d9cbbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Signer/None.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function createHash(string $payload, Key $key): string

public function doVerify(string $expected, string $payload, Key $key): bool
{
return true;
return $expected === '';
}
}

0 comments on commit d9cbbcb

Please sign in to comment.