Remove trimming trailing slashes from DataSeeder #14659
Description
Resolves #14658
Related to #14288
Maui redirect uri is myprojectname://
(only scheme with app name) and it was trimming the double slash (//
) at the end before.
before:
after:
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
Please describe how this can be tested by the test engineers if it is not already explicit - or remove this section if no need to description.