I see there's an option to not show terms
.withOptions { $0.showTerms = true }
which hides the terms of service and privacy policy agreement. I'm just trying to hide the terms of service agreement so that it says "By signing up, you agree to the privacy policy". Is that possible?
I see there's an option to not show terms
.withOptions { $0.showTerms = true }
which hides the terms of service and privacy policy agreement. I'm just trying to hide the terms of service agreement so that it says "By signing up, you agree to the privacy policy". Is that possible?