fix XRD+XML serialisation of Alias
This commit is contained in:
@@ -166,7 +166,7 @@ fastify.get('/.well-known/change-password', async (request, reply) => {
|
|||||||
{ element: 'Link', attributes: self },
|
{ element: 'Link', attributes: self },
|
||||||
{ element: 'Link', attributes: profilePage },
|
{ element: 'Link', attributes: profilePage },
|
||||||
{ element: 'Link', attributes: subscribe },
|
{ element: 'Link', attributes: subscribe },
|
||||||
{ element: 'Alias', attributes: profileLink });
|
{ element: 'Alias', value: profileLink });
|
||||||
} else {
|
} else {
|
||||||
reply.type(jrd);
|
reply.type(jrd);
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user