mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
fix: generate csrf tokens if two factor challenge is ongoing
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
parent
af539176c0
commit
b2bc8c389a
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ class CSRFTokenController extends Controller {
|
|||
*
|
||||
* 200: CSRF token returned
|
||||
* 403: Strict cookie check failed
|
||||
*
|
||||
* @NoTwoFactorRequired
|
||||
*/
|
||||
#[PublicPage]
|
||||
#[NoCSRFRequired]
|
||||
|
|
|
|||
Loading…
Reference in a new issue