Уведомления об обновлении приложения.
This commit is contained in:
2024-10-06 02:43:13 +04:00
parent 6ffe39a4a9
commit 2efceeaec4
13 changed files with 106 additions and 15 deletions

View File

@@ -83,6 +83,7 @@ export class AuthService {
}),
role: signUpDto.role as UserRole,
group: group,
version: signUpDto.version ?? "1.0.0",
};
return this.usersService.create(input).then((user) => {