mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Remove enforcement of https scheme within controller method
This commit is contained in:
parent
58912f1d98
commit
50fb79ebbf
@ -42,7 +42,7 @@ class RemoteCalendarConnectAzureController
|
|||||||
->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []);
|
->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check', schemes: ['https'])]
|
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check')]
|
||||||
public function connectAzureCheck(Request $request): Response
|
public function connectAzureCheck(Request $request): Response
|
||||||
{
|
{
|
||||||
/** @var Azure $client */
|
/** @var Azure $client */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user