diff --git a/src/components/navbars/topbar/qrCodeScreen.tsx b/src/components/navbars/topbar/qrCodeScreen.tsx
index 6fc30e5..e881d4f 100644
--- a/src/components/navbars/topbar/qrCodeScreen.tsx
+++ b/src/components/navbars/topbar/qrCodeScreen.tsx
@@ -29,7 +29,7 @@ export default function QRCodeComponent() {
let updateAccessTokenTimeout;
function updateAccessToken() {
- fetch(`http://${kioskServerAddress}/api/accessToken`, {
+ fetch(`${kioskServerAddress}/api/accessToken`, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
@@ -127,7 +127,7 @@ export default function QRCodeComponent() {
Instructions:
- 1. Make sure you are connected to illinois.net WiFi.
+ 1. Make sure you are connected to the IllinoisNet WiFi network.
2. Scan the QR code below.