Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Dec 23, 2024
1 parent dbd4b3e commit 89ca1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager2/src/app/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class User {
this.projects = projects; this.newproject = new_project; this.tags = tags;
this.regkey = reg_key; this.apikey = api_key; this.ssh = ssh; this.u2f = u2f; this.otp = otp;
this.history = history; this.extra_info = extra_info; this.status = status; this.temp = temp;
this.loginShell = loginShell; this.maingroup = maingroup, this.uidnumber = uidnumber
this.loginShell = loginShell; this.maingroup = maingroup; this.uidnumber = uidnumber
}
}

Expand Down

0 comments on commit 89ca1f6

Please sign in to comment.