1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 17:33:21 +08:00

Allow to override session timeout. (#86)

* Allow to override session timeout.

This comes useful as it can be overriden from the SDK now

* Fix comments
This commit is contained in:
Marcos Nils
2017-01-31 13:51:57 +02:00
committed by GitHub
parent 1d37f98efd
commit a5d1e5c207
6 changed files with 24 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
<h1>Welcome!</h1>
<h2>We're bypassing the Captcha and redirecting you now..</h2>
<form id="welcomeFormBypass" method="POST" action="/">
<button id="submit" type="submit">Start Session</button>
<button id="start" type="submit">Start Session</button>
</form>
</div>
</body>