diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index caad0ae6001..5c2fb753986 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -277,7 +277,7 @@ public function index(string $token = '', string $callUser = '', string $passwor $response = new TemplateResponse($this->appName, 'index', [ 'app' => Application::APP_ID, - 'id-app-content' => '#app-content-vue', + 'id-app-content' => '#content-vue', 'id-app-navigation' => '#app-navigation-vue', ]); @@ -328,7 +328,7 @@ public function recording(string $token): Response { $this->eventDispatcher->dispatchTyped(new RenderReferenceEvent()); $response = new PublicTemplateResponse($this->appName, 'recording', [ - 'id-app-content' => '#app-content-vue', + 'id-app-content' => '#content-vue', 'id-app-navigation' => null, ]); @@ -403,7 +403,7 @@ protected function guestEnterRoom(string $token, string $password): Response { $this->eventDispatcher->dispatchTyped(new RenderReferenceEvent()); $response = new PublicTemplateResponse($this->appName, 'index', [ - 'id-app-content' => '#app-content-vue', + 'id-app-content' => '#content-vue', 'id-app-navigation' => null, ]);