mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
more debug
This commit is contained in:
@@ -351,6 +351,10 @@ def create_2fa_code(
|
||||
reply_to_text=reply_to,
|
||||
)
|
||||
|
||||
current_app.logger.info("TESTING REDIS")
|
||||
redis_store.set("TESTKEY5", "WORKS")
|
||||
current_app.logger.info(f"SHOULD SEE THE WORD 'WORKS' HERE: {redis_store.get('TESTKEY5')}")
|
||||
|
||||
key = f"2facode-{saved_notification.id}".replace(" ", "")
|
||||
recipient = str(recipient)
|
||||
# TODO REMOVE
|
||||
|
||||
Reference in New Issue
Block a user