D25374
D25374
Fix PHP 8.1 "urlencode(null)" exception blocking account registration redirect for custom OAuth provider
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan, speck
Summary: It seems that a `tokenSecret` is not always passed at this stage, and that PHP's `urlencode()` does not accept passing…