Skip to content
Snippets Groups Projects
Unverified Commit 96e460df authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

social login: add noopener to terms link (#9300)

parent eec9ab32
No related branches found
No related tags found
No related merge requests found
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment