mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 14:50:24 -07:00
introduce linting error
This commit is contained in:
parent
f93c0a4c19
commit
0a622bcb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export const generateSalt = (): string => {
|
||||||
salt += characters.charAt(Math.floor(Math.random() * characters.length));
|
salt += characters.charAt(Math.floor(Math.random() * characters.length));
|
||||||
}
|
}
|
||||||
|
|
||||||
return salt;
|
return salt;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const passwordSaltSupported = (serverOptions, webClient): number => {
|
export const passwordSaltSupported = (serverOptions, webClient): number => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue