We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a01af17 + 291424f commit 40592b1Copy full SHA for 40592b1
1 file changed
src/components/navbars/topbar/qrCodeScreen.tsx
@@ -19,7 +19,7 @@ export default function QRCodeComponent() {
19
if (!isKioskMode) return;
20
21
setLoading(true);
22
- setScribearURL(window.location.protocol + "//" + window.location.host);
+ setScribearURL(window.location.protocol + "//" + window.location.host + window.location.pathname);
23
24
let updateAccessTokenTimeout;
25
function updateAccessToken() {
0 commit comments