Skip to content

Commit bf00794

Browse files
committed
chore: update placeholder
1 parent af34460 commit bf00794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo/participants/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _process_2fa_login(participant: Participant):
235235
result = _generate_or_retrieve_otp(key)
236236
if result:
237237
response = jsonify({"status": "ok", "data": {"uid": str(participant.uuid), "twoFactor": True}})
238-
message = gettext("Your Apollo verification code is: %(code)s", code=result)
238+
message = gettext("Your Apollo verification code is: %(totp_code)s", totp_code=result)
239239
send_message.delay(g.event.id, message, participant.primary_phone)
240240
return response
241241
else:

0 commit comments

Comments
 (0)