fix XRD+XML serialisation of Alias

This commit is contained in:
dakkar 2024-11-27 10:06:21 +00:00
parent 1ec5e846c5
commit 57b31366e5

View file

@ -166,7 +166,7 @@ fastify.get('/.well-known/change-password', async (request, reply) => {
{ element: 'Link', attributes: self },
{ element: 'Link', attributes: profilePage },
{ element: 'Link', attributes: subscribe },
{ element: 'Alias', attributes: profileLink });
{ element: 'Alias', value: profileLink });
} else {
reply.type(jrd);
return {