We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0865f commit 37ead7fCopy full SHA for 37ead7f
lib/Service/IdentifyMethod/SignatureMethod/EmailToken.php
@@ -71,7 +71,7 @@ private function blurEmail(string $email): string {
71
return $blur->make();
72
}
73
74
- public function requestCode(string $identify): void {
+ public function requestCode(string $identify, string $method): void {
75
$signRequestMapper = $this->identifyService->getSignRequestMapper();
76
$signRequest = $signRequestMapper->getById($this->getEntity()->getSignRequestId());
77
$displayName = $signRequest->getDisplayName();
0 commit comments