updateCredentialsController: withSource true

This commit is contained in:
Alex Gleason 2024-03-25 12:35:57 -05:00
parent 4dd527474c
commit e1bc55fcf4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ const updateCredentialsController: AppController = async (c) => {
tags: [],
}, c);
const account = await renderAccount(event);
const account = await renderAccount(event, { withSource: true });
return c.json(account);
};