Skip to content

feat: utilise tosURL and privacyPolicyUrl. make nullable#1254

Merged
russellwheatley merged 2 commits into
mainfrom
TOCs-privacy-policy
May 14, 2025
Merged

feat: utilise tosURL and privacyPolicyUrl. make nullable#1254
russellwheatley merged 2 commits into
mainfrom
TOCs-privacy-policy

Conversation

@russellwheatley

Copy link
Copy Markdown
Member

let tosUrl: URL
let privacyPolicyUrl: URL
let tosUrl: URL?
let privacyPolicyUrl: URL?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: with the behavior in the view rendering an empty view if one but not both are set, we should document that both these properties need to be set in order to render a privacy and terms footer.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I've updated README here: 37903bd (#1254)

@russellwheatley russellwheatley merged commit 5a9dbb6 into main May 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants