mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
updateCredentialsController: withSource true
This commit is contained in:
parent
4dd527474c
commit
e1bc55fcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ const updateCredentialsController: AppController = async (c) => {
|
||||||
tags: [],
|
tags: [],
|
||||||
}, c);
|
}, c);
|
||||||
|
|
||||||
const account = await renderAccount(event);
|
const account = await renderAccount(event, { withSource: true });
|
||||||
return c.json(account);
|
return c.json(account);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue