Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(commonMain/onboarding): remove trailing / from instance URL #75

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

FineFindus
Copy link
Contributor

If the user enters an instance URL with a trailing /, the API path would be appended with its own leading slash, leading to an invalid URL such as: https://app.tandoor.dev//api.

Instance URL with trailing slash

If the user enters an instance URL with a trailing `/`, the API path
would be appended with its own leading slash, leading to an invalid URL
such as: `https://app.tandoor.dev//api`.
@aimok04 aimok04 changed the title feat(OnboardingSignIn): remove trailing / from instance URL feat(commonMain/onboarding): remove trailing / from instance URL Jan 19, 2025
@aimok04 aimok04 merged commit 6acb822 into aimok04:main Jan 19, 2025
@aimok04
Copy link
Owner

aimok04 commented Jan 19, 2025

Thank you! :)

@FineFindus FineFindus deleted the fix/trailing-slash branch January 19, 2025 13:12
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