fix(vikon): redirect OAuth callback to /dashboard/vikon-updates/callback
This commit is contained in:
@@ -7,7 +7,7 @@ $query = http_build_query(array_filter([
|
|||||||
'state' => $state,
|
'state' => $state,
|
||||||
]));
|
]));
|
||||||
|
|
||||||
$redirectUrl = '/dashboard/vikon-updates' . ($query ? '?' . $query : '');
|
$redirectUrl = '/dashboard/vikon-updates/callback' . ($query ? '?' . $query : '');
|
||||||
|
|
||||||
header('Location: ' . $redirectUrl, true, 302);
|
header('Location: ' . $redirectUrl, true, 302);
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user