Skip to content

Commit 8726f06

Browse files
authored
Merge pull request #133 from prafull-opensignlabs/staging
2 parents 08ba8b2 + 184b401 commit 8726f06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/OpenSignServer/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const config = {
6363
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
6464
// Your apps name. This will appear in the subject and body of the emails that are sent.
6565
appName: 'Open Sign',
66+
allowClientClassCreation: false,
6667
emailAdapter: process.env.MAILGUN_API_KEY
6768
? {
6869
module: 'parse-server-api-mail-adapter',

microfrontends/SignDocuments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "signmicroapp",
33
"version": "0.1.0",
44
"private": true,
5-
"homepage": "/mfbuild",
5+
"homepage": "./mfbuild",
66
"dependencies": {
77
"@radix-ui/themes": "^1.1.2",
88
"@react-pdf/renderer": "^3.1.9",

0 commit comments

Comments
 (0)