HomePhorge

D25374

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