We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6541563 commit 4c15c46Copy full SHA for 4c15c46
public/secure/invitation.html
@@ -35,6 +35,10 @@
35
<input id="passwordAgain" class="control" type="password" placeholder="Enter Password" name="passwordAgain" autocomplete="new-password" minlength="8" maxlength="100" required>
36
<label class="label" for="passwordAgain">New password</label>
37
</p>
38
+ <p>
39
+ By clicking register, you agree to our
40
+ <a target="_top" href="/terms-and-conditions">Terms of Service and Privacy Policy</a>.
41
+ </p>
42
<button class="button contained" type="submit">Register</button>
43
</form>
44
0 commit comments