Bug report
Describe the bug
In Auth URL Configuration, the Redirect URLs input does not normalize pasted values consistently.
If a URL is pasted with trailing or accidental whitespace, the field UI and the saved value can get out of sync. It can look like a separate/new redirect URL entry is being created even though the final value is trimmed differently.
Deleting entries also seems to behave unexpectedly once the field gets into that state.
To Reproduce
- Open Studio.
- Go to Auth.
- Open URL Configuration.
- In
Redirect URLs, paste a valid URL & the same url with a whitespace
- Add or remove entries and then save.
Result
The Redirect URLs field behaves inconsistently when whitespace is involved, and deleting entries can also behave incorrectly after that.
Bug report
Describe the bug
In Auth URL Configuration, the
Redirect URLsinput does not normalize pasted values consistently.If a URL is pasted with trailing or accidental whitespace, the field UI and the saved value can get out of sync. It can look like a separate/new redirect URL entry is being created even though the final value is trimmed differently.
Deleting entries also seems to behave unexpectedly once the field gets into that state.
To Reproduce
Redirect URLs, paste a valid URL & the same url with a whitespaceResult
The
Redirect URLsfield behaves inconsistently when whitespace is involved, and deleting entries can also behave incorrectly after that.