mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
auth: Add tests for AuthService
Move AuthTokens to auth folder Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
599fe57ec6
commit
84ec528d14
30 changed files with 329 additions and 186 deletions
|
@ -16,6 +16,6 @@ export class PermissionError extends Error {
|
|||
name = 'PermissionError';
|
||||
}
|
||||
|
||||
export class TokenNotValid extends Error {
|
||||
name = 'TokenNotValid';
|
||||
export class TokenNotValidError extends Error {
|
||||
name = 'TokenNotValidError';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue