diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/auth.php b/controllers/auth.php index c4efb1d..e2242de 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -212,7 +212,7 @@ $app->get('/auth/callback', function() use($app) { // Make a request to the micropub endpoint to discover the syndication targets and media endpoint if any. // Errors are silently ignored here. The user will be able to retry from the new post interface and get feedback. - get_micropub_config($user); + get_micropub_config($user, ['q'=>'config']); } unset($_SESSION['auth_state']); |