Skip to content

Commit

Permalink
I meant border=1...
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Kodden committed May 17, 2024
1 parent 03267ff commit 28325d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/pam_websso.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def start():
logger.debug(f"PamWebSSO user {user.uid if user else None} new session")
url = f"{current_app.app_config.base_url}/weblogin/{service.abbreviation}/{pam_sso_session.session_id}"

qr = qrcode.QRCode(border=0)
qr = qrcode.QRCode(border=1)
qr.add_data(url)

# ASCII QRCode
Expand Down

0 comments on commit 28325d6

Please sign in to comment.