We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0fd55 commit a2476a2Copy full SHA for a2476a2
client/src/features/RequestTranscript/index.js
@@ -87,10 +87,8 @@ export const RequestTranscriptPage = () => {
87
}
88
89
function goToSigningComplete(event) {
90
- if (event.data.type === "CLOSE_HAS_AGREED") {
91
window.top.location.href =
92
process.env.REACT_APP_DS_RETURN_URL + "/signing_complete";
93
- }
94
95
96
function handleChange(event) {
server/app/clickwrap.py
@@ -1,7 +1,7 @@
1
import base64
2
from datetime import datetime
3
from os import path
4
-
+import os
5
from app.ds_config import (
6
TPL_PATH,
7
CLICKWRAP_BASE_HOST,
0 commit comments