mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
auth: Remove userName parameter of removeToken function
As suggested by @innaytool Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
f68caab6e8
commit
cc2fcac532
3 changed files with 4 additions and 6 deletions
|
@ -152,7 +152,7 @@ describe('AuthService', () => {
|
|||
|
||||
describe('removeToken', () => {
|
||||
it('works', async () => {
|
||||
await service.removeToken(user.userName, authToken.keyId);
|
||||
await service.removeToken(authToken.keyId);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue