mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Update uses of encryption.encrypt to more accurate encryption.sign
This commit is contained in:
@@ -300,7 +300,7 @@ def save_email_or_sms_to_queue(
|
||||
"status": NOTIFICATION_CREATED,
|
||||
"created_at": datetime.utcnow().strftime(DATETIME_FORMAT),
|
||||
}
|
||||
encrypted = encryption.encrypt(
|
||||
encrypted = encryption.sign(
|
||||
data
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user