mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 11:41:20 -04:00
Update VerificationToken.php
Signed-off-by: Ronak Patel <eronax59@gmail.com>
This commit is contained in:
parent
9985f5e52a
commit
cd1d3cb3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class VerificationToken implements IVerificationToken {
|
|||
IUser $user,
|
||||
string $subject,
|
||||
string $passwordPrefix = '',
|
||||
, int $expirationTime = self::TOKEN_LIFETIME * 2
|
||||
int $expirationTime = self::TOKEN_LIFETIME * 2
|
||||
): string {
|
||||
$token = $this->secureRandom->generate(
|
||||
21,
|
||||
|
|
|
|||
Loading…
Reference in a new issue