updateCredentialsController: withSource true
This commit is contained in:
parent
4dd527474c
commit
e1bc55fcf4
|
@ -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…
Reference in New Issue