mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-21 18:55:19 -04:00
fix username spelling from userName
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
be27686610
commit
40103cb397
23 changed files with 89 additions and 91 deletions
|
@ -242,7 +242,7 @@ describe('AuthService', () => {
|
|||
},
|
||||
);
|
||||
const token = await service.createTokenForUser(
|
||||
user.userName,
|
||||
user.username,
|
||||
identifier,
|
||||
0,
|
||||
);
|
||||
|
@ -269,7 +269,7 @@ describe('AuthService', () => {
|
|||
);
|
||||
const validUntil = new Date().getTime() + 30000;
|
||||
const token = await service.createTokenForUser(
|
||||
user.userName,
|
||||
user.username,
|
||||
identifier,
|
||||
validUntil,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue