mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:50:11 +00:00
fix issue #13174
This commit is contained in:
parent
353be860b7
commit
0af73775be
2 changed files with 4 additions and 4 deletions
|
@ -119,8 +119,8 @@ class Magic extends BaseModule
|
|||
$basepath = $gserver['url'];
|
||||
|
||||
$header = [
|
||||
'Accept' => ['application/x-dfrn+json', 'application/x-zot+json'],
|
||||
'X-Open-Web-Auth' => [Strings::getRandomHex()],
|
||||
'Accept' => 'application/x-dfrn+json, application/x-zot+json',
|
||||
'X-Open-Web-Auth' => Strings::getRandomHex()
|
||||
];
|
||||
|
||||
// Create a header that is signed with the local users private key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue