mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
[CORL-219] Common Tweaks (#2460)
* fix: i18n fixes * fix: figma tweaks * fix: tweaked date manipulation logic * fix: linting * fix: linting * fix: tests
This commit is contained in:
committed by
Kim Gardner
parent
7900b02c40
commit
8d78677154
@@ -128,7 +128,8 @@ export const Users = (ctx: TenantContext) => ({
|
||||
ctx.mailerQueue,
|
||||
ctx.tenant,
|
||||
ctx.user!,
|
||||
input.username
|
||||
input.username,
|
||||
ctx.now
|
||||
),
|
||||
updateUserUsername: async (input: GQLUpdateUserUsernameInput) =>
|
||||
updateUsernameByID(
|
||||
|
||||
Reference in New Issue
Block a user