File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
< br />
11
11
< p > < a href ="{{{link}}} " style ="background-color: lightskyblue; cursor: pointer; border-radius: 5px; padding: 10px; border-style: solid; border-width: 2px; text-decoration: none; font-weight: bolder; color:blue "> Verify email</ a > </ p >
12
12
< br />
13
- < p > ExampleApp </ p >
13
+ < p > < a href =" https://www.opensignlabs.com " > OpenSign™ </ a > </ p >
14
14
</ body >
15
15
16
- </ html >
16
+ </ html >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export const config = {
73
73
masterKey : process . env . MASTER_KEY || '' , //Add your master key here. Keep it secret!
74
74
masterKeyIps : [ '0.0.0.0/0' , '::1' ] , // '::1'
75
75
serverURL : process . env . SERVER_URL || 'http://localhost:8080/app' , // Don't forget to change to https if needed
76
- // verifyUserEmails: true,
76
+ verifyUserEmails : true ,
77
77
publicServerURL : process . env . SERVER_URL || 'http://localhost:8080/app' ,
78
78
// Your apps name. This will appear in the subject and body of the emails that are sent.
79
79
appName : 'Open Sign' ,
You can’t perform that action at this time.
0 commit comments