Skip to content

Commit

Permalink
Link to GDPR Github issue from registration (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Gieringer <[email protected]>
  • Loading branch information
carlgieringer authored Apr 15, 2023
1 parent 72a27eb commit 07ae933
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,16 @@ export default function RegistrationConfirmationEditotFields({
>
I am not located in the European Union (EU), the European Economic
Area (EEA), or in any other jurisdiction that is subject to the
General Data Protection Regulation (GDPR).
General Data Protection Regulation (GDPR). (See{" "}
<a
target="_blank"
rel="noreferrer"
className="text-link"
href="https://github.com/Howdju/howdju/issues/24"
>
Github issue #24
</a>
.)
</div>
}
{...errorProps((rc) => rc.isNotGdpr)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,17 @@ exports[`RegistrationConfirmationPage shows error message for duplicate username
<div
class=""
>
I am not located in the European Union (EU), the European Economic Area (EEA), or in any other jurisdiction that is subject to the General Data Protection Regulation (GDPR).
I am not located in the European Union (EU), the European Economic Area (EEA), or in any other jurisdiction that is subject to the General Data Protection Regulation (GDPR). (See
<a
class="text-link"
href="https://github.com/Howdju/howdju/issues/24"
rel="noreferrer"
target="_blank"
>
Github issue #24
</a>
.)
</div>
</span>
</label>
Expand Down Expand Up @@ -991,7 +1001,17 @@ exports[`RegistrationConfirmationPage shows form 1`] = `
<div
class=""
>
I am not located in the European Union (EU), the European Economic Area (EEA), or in any other jurisdiction that is subject to the General Data Protection Regulation (GDPR).
I am not located in the European Union (EU), the European Economic Area (EEA), or in any other jurisdiction that is subject to the General Data Protection Regulation (GDPR). (See
<a
class="text-link"
href="https://github.com/Howdju/howdju/issues/24"
rel="noreferrer"
target="_blank"
>
Github issue #24
</a>
.)
</div>
</span>
</label>
Expand Down

0 comments on commit 07ae933

Please sign in to comment.