mirror of
https://github.com/friendica/friendica
synced 2025-05-14 19:44:10 +02:00
Issue 14303: Fixes %3f problem with OAuth login
This commit is contained in:
parent
26f8392754
commit
efee399397
3 changed files with 9 additions and 5 deletions
|
@ -45,7 +45,7 @@ class Acknowledge extends BaseApi
|
|||
|
||||
protected function content(array $request = []): string
|
||||
{
|
||||
DI::session()->set('return_path', $_REQUEST['return_path'] ?? '');
|
||||
DI::session()->set('return_path', 'oauth/authorize?' . $request['return_authorize']);
|
||||
|
||||
$o = Renderer::replaceMacros(Renderer::getMarkupTemplate('oauth_authorize.tpl'), [
|
||||
'$title' => DI::l10n()->t('Authorize application connection'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue