Skip to content

Commit 9bb1a6a

Browse files
Finished quick_acg project
1 parent e3d7a04 commit 9bb1a6a

File tree

5 files changed

+4141
-8
lines changed

5 files changed

+4141
-8
lines changed

lib/eSignature/controllers/eg001EmbeddedSigning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ eg001EmbeddedSigning.getController = (req, res) => {
8585
// since they have not yet entered any information into the form.
8686
const tokenOK = req.dsAuth.checkToken();
8787
if (tokenOK) {
88-
if (dsConfig.quickACG == "true") {
88+
if (dsConfig.quickACG) {
8989
res.render('pages/examples/quickEmbeddedSigning', {
9090
eg: eg, csrfToken: req.csrfToken(),
9191
title: "Use embedded signing",

0 commit comments

Comments
 (0)