kopia lustrzana https://github.com/pixelfed/pixelfed
Merge pull request #841 from pixelfed/frontend-ui-refactor
Disable oauth until bugs are fixedpull/813/head
commit
777b31380a
|
@ -25,8 +25,8 @@ class AuthServiceProvider extends ServiceProvider
|
|||
{
|
||||
$this->registerPolicies();
|
||||
|
||||
Passport::routes();
|
||||
Passport::tokensExpireIn(now()->addDays(15));
|
||||
Passport::refreshTokensExpireIn(now()->addDays(30));
|
||||
// Passport::routes();
|
||||
// Passport::tokensExpireIn(now()->addDays(15));
|
||||
// Passport::refreshTokensExpireIn(now()->addDays(30));
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue