mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
social login: add noopener to terms link (#9300)
This commit is contained in:
parent
eec9ab3225
commit
96e460df2e
1
changelog.d/9300.feature
Normal file
1
changelog.d/9300.feature
Normal file
@ -0,0 +1 @@
|
||||
Further improvements to the user experience of registration via single sign-on.
|
@ -30,7 +30,7 @@
|
||||
<form method="post" action="{{my_url}}" id="consent_form">
|
||||
<p>
|
||||
<input id="accepted_version" type="checkbox" name="accepted_version" value="{{ consent_version }}" required>
|
||||
<label for="accepted_version">I have read and agree to the <a href="{{ terms_url }}" target="_blank">terms and conditions</a>.</label>
|
||||
<label for="accepted_version">I have read and agree to the <a href="{{ terms_url }}" target="_blank" rel="noopener">terms and conditions</a>.</label>
|
||||
</p>
|
||||
<input type="submit" class="primary-button" value="Continue"/>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user