Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into tnix-emails
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 authored Sep 9, 2024
2 parents 7d01006 + 91c07b3 commit 441dcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def get_ip_info(ip_address):
"vpn": False
}


def log_security_action(action_type: str, user: str, data: dict):
db.security_log.insert_one({
"_id": str(uuid.uuid4()),
Expand Down

0 comments on commit 441dcf2

Please sign in to comment.