Alpha Release 0.1.1 - Hotfix release #106

Manually merged
niggl merged 22 commits from dev into main 2021-01-16 20:32:42 +00:00
Showing only changes of commit a334adffc6 - Show all commits

View File

@ -76,6 +76,7 @@ export class UpdateUser {
* Should the user be enabled?
*/
@IsBoolean()
@IsOptional()
enabled: boolean = true;
/**