Skip to content

Commit 4c58fe2

Browse files
authored
Merge pull request #219 from prafull-opensignlabs/auth_user
add parameter verifyUserEmails in server
2 parents 2b73087 + 2980682 commit 4c58fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSignServer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const config = {
7373
masterKey: process.env.MASTER_KEY || '', //Add your master key here. Keep it secret!
7474
masterKeyIps: ['0.0.0.0/0', '::1'], // '::1'
7575
serverURL: process.env.SERVER_URL || 'http://localhost:8080/app', // Don't forget to change to https if needed
76-
// verifyUserEmails: true,
76+
verifyUserEmails: true,
7777
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
7878
// Your apps name. This will appear in the subject and body of the emails that are sent.
7979
appName: 'Open Sign',

0 commit comments

Comments
 (0)