mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
1.3.1
Уведомления об обновлении приложения.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user