Insert url into TOS link

This commit is contained in:
Martin Kleinschrodt 2022-01-31 12:08:05 +01:00
parent b37fb74e33
commit 5ca16be2fa
2 changed files with 3 additions and 2 deletions

View File

@ -7,4 +7,4 @@
"author": "Martin Kleinschrodt <martin@maklesoft.com>",
"icon_background": "#ffffff",
"terms_of_service": "https://padloc.app/tos"
}
}

View File

@ -631,7 +631,8 @@ export class LoginOrSignup extends StartForm {
<div class="small padded">
<label>
<input type="checkbox" id="tosCheckbox" @input=${() => this.requestUpdate()} />
I have read and agree to the <a href="">Terms of Service</a>
I have read and agree to the
<a href="${process.env.PL_TERMS_OF_SERVICE || "#"}">Terms of Service</a>
</label>
</div>