mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 06:31:27 +08:00
Add terms and condition mention in register page
This commit is contained in:
parent
c17ecba202
commit
a434413304
1 changed files with 7 additions and 2 deletions
|
@ -43,8 +43,13 @@
|
|||
</div>
|
||||
-->
|
||||
|
||||
<div class="form-footer">
|
||||
<button type="submit" class="btn btn-primary btn-block">Create your SimpleLogin account</button>
|
||||
<small class="text-center mt-3">
|
||||
By clicking Create Account, you agree to abide by
|
||||
<a href="https://simplelogin.io/terms">SimpleLogin's Terms and Conditions.</a>
|
||||
</small>
|
||||
|
||||
<div class="mt-2">
|
||||
<button type="submit" class="btn btn-primary btn-block">Create Account</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue