mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-16 21:27:39 +00:00
Merge pull request #1810 from overleaf/jel-sso-unlink
Include CSRF token in POST request GitOrigin-RevId: 9371993971e81ad3f7301427d1a5ed7be5bb1a01
This commit is contained in:
parent
ff4e0013cd
commit
d999cd5030
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ define(['base'], App =>
|
|||
}
|
||||
// Data for update
|
||||
const data = {
|
||||
_csrf: window.csrfToken,
|
||||
link: false,
|
||||
providerId
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue