Skip to content

Commit

Permalink
fix(LibraryController): user creation payload syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaturner committed Sep 15, 2023
1 parent 84bd1d4 commit c9fdd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/LibraryController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export class LibraryController {
<user>
<username>${userData.uuid}</username>
<email>${userData.email}</email>
<fullname>${userData.name}</email>
<fullname>${userData.name}</fullname>
<status>active</status>
<license.seat>true</license.seat>
<service.authentication id="3" />
Expand Down

0 comments on commit c9fdd05

Please sign in to comment.