mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Removed token default
This commit is contained in:
parent
5fc3a48e09
commit
11e2bad0b0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class AcquisitionActions extends Actions
|
||||||
return ['acquisition/yt2', ['_no_layout' => true]];
|
return ['acquisition/yt2', ['_no_layout' => true]];
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function executeVerify(string $token = '')
|
public static function executeVerify(string $token)
|
||||||
{
|
{
|
||||||
return ['acquisition/verify', ['token' => $token]];
|
return ['acquisition/verify', ['token' => $token]];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue