mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
f2ee6e2826
commit
fa15cb8b87
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ class CSRFTokenController extends Controller {
|
|||
*
|
||||
* 200: CSRF token returned
|
||||
* 403: Strict cookie check failed
|
||||
*
|
||||
* @NoTwoFactorRequired
|
||||
*/
|
||||
#[PublicPage]
|
||||
#[NoCSRFRequired]
|
||||
|
|
|
|||
Loading…
Reference in a new issue