user-migration icon indicating copy to clipboard operation
user-migration copied to clipboard

fix bug where emails with plus (+) symbol fail to sync

Open msemple1111 opened this issue 2 years ago • 0 comments

After using this code in production, found an issue where emails with a + symbol (or any other funky symbol) cause sync to fail. Fix: add url encoding for this request only (since it should be the only one with funky symbols)

msemple1111 avatar Jan 18 '23 15:01 msemple1111