Compare commits

..

2 Commits

Author SHA1 Message Date
ecd1da9cb9
decease session expiration time
Some checks failed
rvr-nextgen/pipeline/pr-master There was a failure building this commit
2024-11-26 21:07:04 +01:00
61fd393da1
modernize oauth token handling 2024-11-26 21:07:04 +01:00

View File

@ -24,8 +24,6 @@ class MaintainDatabaseCommand extends Command
parent::__construct();
$this->userPasswordResetterRepository = new UserPasswordResetterRepository();
$this->oauthTokenRepository = new OAuthTokenRepository();
$this->oauthSessionRepository = new OAuthSessionRepository();
}
public function configure(): void