mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-08 05:54:16 +08:00
fix rendering the public credential share page in 'public' render mode (instead of 'user' mode)
(which seems to just magically worked the last years) fixes #831 Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
parent
fd47e153af
commit
fcc7a1c4d1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class PageController extends Controller {
|
|||
* @PublicPage
|
||||
*/
|
||||
public function publicSharePage() {
|
||||
return new TemplateResponse($this->appName, 'public_share');
|
||||
return new TemplateResponse($this->appName, 'public_share', [], TemplateResponse::RENDER_AS_PUBLIC);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue