Jekabs
Jekabs
I have noticed that the rm_callback function is being forgotten on safari browsers.For testing purpouses I added an alert() method to the rm_callback, to see when it's being launched. If...
### Problem The `getPatreonUser` function attempts to fetch user data as long as `access_token != ''`. This check does not account for the access token being `null`. Access token data...
### Problem The plugin uses `user.display_name` in the unlock flow. ### Solution Use `campaign.name` instead. Before After