Skip to content

Commit 519c6ef

Browse files
fixup: Update apps/files_external/lib/Controller/AjaxController.php
Co-authored-by: Kate <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 92a8bc4 commit 519c6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/lib/Controller/AjaxController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(
4646
/**
4747
* Legacy endpoint for oauth2 callback
4848
*/
49-
#[NoAdminRequired()]
49+
#[NoAdminRequired]
5050
public function oauth2Callback(): JSONResponse {
5151
return new JSONResponse(['status' => 'success']);
5252
}

0 commit comments

Comments
 (0)