Skip to content

Commit

Permalink
Renamed denaro logo file
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Sycorax committed Oct 19, 2023
1 parent 5d03370 commit 850317b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion wallet_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def handle_new_encrypted_wallet(password, totp_code, use2FA, filename, determini

totp_qr_data = f'otpauth://totp/{filename}?secret={totp_secret}&issuer=Denaro Wallet Client'
# Generate a QR code for the TOTP secret
qr_img = QRCodeUtils.generate_qr_with_logo(totp_qr_data, "./denaro/wallet/denaro_logo_3.png")
qr_img = QRCodeUtils.generate_qr_with_logo(totp_qr_data, "./denaro/wallet/denaro_logo.png")
# Threading is used to show the QR window to the user while allowing input in the temrinal
thread = threading.Thread(target=QRCodeUtils.show_qr_with_timer, args=(qr_img, filename, totp_secret,))
thread.start()
Expand Down

0 comments on commit 850317b

Please sign in to comment.