diff options
Diffstat (limited to 'common/security.py')
-rw-r--r-- | common/security.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/security.py b/common/security.py index e3ab5de..d021fcf 100644 --- a/common/security.py +++ b/common/security.py @@ -17,4 +17,4 @@ pwd_context = CryptContext( # (appropriate values may vary for different schemes, # and the amount of time you wish it to take) pbkdf2_sha256__default_rounds=8000, - ) +) |