We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e5bf2 commit eaf668bCopy full SHA for eaf668b
components/Auth.py
@@ -50,7 +50,7 @@ def get_user():
50
mfa_token = st.session_state["mfa_token"]
51
totp = pyotp.TOTP(mfa_token)
52
otp_uri = totp.provisioning_uri(
53
- name=st.session_state["email"], issuer_name="MagicalAuth"
+ name=st.session_state["email"], issuer_name=app_name
54
)
55
qr = qrcode.QRCode(
56
version=1,
0 commit comments