mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
private: removes collision check for tokens
this seems very unnecessary as the chance of this is 1 / 2^512 Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
0a1c3426c0
commit
e8cdbdd677
3 changed files with 10 additions and 26 deletions
|
@ -15,7 +15,3 @@ export class ClientError extends Error {
|
|||
export class PermissionError extends Error {
|
||||
name = 'PermissionError';
|
||||
}
|
||||
|
||||
export class RandomnessError extends Error {
|
||||
name = 'RandomnessError';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue