mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Update core/Controller/AppPasswordController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
450bf5c99e
commit
2713ab023f
1 changed files with 3 additions and 2 deletions
|
|
@ -42,8 +42,9 @@ use OCP\ISession;
|
|||
use OCP\Security\ISecureRandom;
|
||||
|
||||
class AppPasswordController extends \OCP\AppFramework\OCSController {
|
||||
public function __construct(string $appName,
|
||||
IRequest $request,
|
||||
public function __construct(
|
||||
string $appName,
|
||||
IRequest $request,
|
||||
private ISession $session,
|
||||
private ISecureRandom $random,
|
||||
private IProvider $tokenProvider,
|
||||
|
|
|
|||
Loading…
Reference in a new issue