mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
cd8693db40
Add generic POST gateway to handle samesite=lax session cookies GitOrigin-RevId: e50a0fde63659a77a047e545a22fba5339f16427
20 lines
461 B
Text
20 lines
461 B
Text
extends ../layout
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
|
|
block content
|
|
script(type="template", id="gateway-data")!= StringHelper.stringifyJsonForScript({ params: form_data })
|
|
|
|
.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-6.col-md-offset-3
|
|
.card
|
|
p.text-center #{translate('processing_your_request')}
|
|
|
|
form(
|
|
ng-controller="PostGatewayController",
|
|
ng-init="handleGateway();"
|
|
id='gateway' method='POST')
|