Update AuthServiceProvider

pull/2754/head
Daniel Supernault 4 years ago
parent e379ae2cbd
commit 868cea96ca
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -26,7 +26,7 @@ class AuthServiceProvider extends ServiceProvider
{
$this->registerPolicies();
if(config_cache('pixelfed.oauth_enabled')) {
if(\config_cache('pixelfed.oauth_enabled')) {
Passport::routes(null, ['middleware' => ['twofactor', \Fruitcake\Cors\HandleCors::class]]);
Passport::tokensExpireIn(now()->addDays(config('instance.oauth.token_expiration', 15)));
Passport::refreshTokensExpireIn(now()->addDays(config('instance.oauth.refresh_expiration', 30)));

Loading…
Cancel
Save