overleaf/services/web/app/views/general/post-gateway.pug
Simon Detheridge cd8693db40 Merge pull request #2540 from overleaf/spd-saml-post-gateway
Add generic POST gateway to handle samesite=lax session cookies

GitOrigin-RevId: e50a0fde63659a77a047e545a22fba5339f16427
2020-01-30 04:16:26 +00:00

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')