Skip to content

Commit

Permalink
Update VerificationToken.php
Browse files Browse the repository at this point in the history
Signed-off-by: Ronak Patel <[email protected]>
  • Loading branch information
theronakpatel authored Dec 18, 2023
1 parent 9985f5e commit cd1d3cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function create(
IUser $user,
string $subject,
string $passwordPrefix = '',
, int $expirationTime = self::TOKEN_LIFETIME * 2
int $expirationTime = self::TOKEN_LIFETIME * 2
): string {
$token = $this->secureRandom->generate(
21,
Expand Down

0 comments on commit cd1d3cb

Please sign in to comment.