Skip to content

Commit

Permalink
Update panel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinedev committed Aug 12, 2024
1 parent 76e47e7 commit c6e9d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from werkzeug.security import generate_password_hash, check_password_hash
from system.setup import agent, login

from modules.apis import tokMaker, pgpEnc, pgpDec
from modules.cmsmod import tokMaker, pgpEnc, pgpDec

def set_password(password):
return generate_password_hash(password, method="pbkdf2:sha256")
Expand Down

0 comments on commit c6e9d1e

Please sign in to comment.