Skip to content

Commit 3992a9b

Browse files
Merge branch 'OpenSignLabs:staging' into issue/204
2 parents 87c65e4 + eaf875b commit 3992a9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/OpenSignServer/files/verification_email.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<br />
1111
<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>
1212
<br />
13-
<p>ExampleApp</p>
13+
<p><a href="https://www.opensignlabs.com">OpenSign™</a></p>
1414
</body>
1515

16-
</html>
16+
</html>

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)