Skip to content

Commit a2476a2

Browse files
committed
added import to backend
1 parent 8f0fd55 commit a2476a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

client/src/features/RequestTranscript/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ export const RequestTranscriptPage = () => {
8787
}
8888

8989
function goToSigningComplete(event) {
90-
if (event.data.type === "CLOSE_HAS_AGREED") {
9190
window.top.location.href =
9291
process.env.REACT_APP_DS_RETURN_URL + "/signing_complete";
93-
}
9492
}
9593

9694
function handleChange(event) {

server/app/clickwrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import base64
22
from datetime import datetime
33
from os import path
4-
4+
import os
55
from app.ds_config import (
66
TPL_PATH,
77
CLICKWRAP_BASE_HOST,

0 commit comments

Comments
 (0)