aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/views/HostView.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-11-05 10:50:06 +0000
committerLeonardo Bishop <me@leonardobishop.com>2023-11-05 10:50:06 +0000
commit2cffed269ce198d7baf8ca69109204b6448313a9 (patch)
tree6ec0e37b70ff7ab65312aa8d488a3ae6b1386a8f /frontend/src/views/HostView.vue
parent26ac35f68f2410b04c4a82b417ae0be63848c636 (diff)
add eduroam warning
Diffstat (limited to 'frontend/src/views/HostView.vue')
-rw-r--r--frontend/src/views/HostView.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/views/HostView.vue b/frontend/src/views/HostView.vue
index 4b25aa8..8d6a6b9 100644
--- a/frontend/src/views/HostView.vue
+++ b/frontend/src/views/HostView.vue
@@ -62,6 +62,8 @@ function openSocket(id: string) {
<main>
<template v-if="waitingForCode">
<h1>Requesting session...</h1>
+ <p>If you are stuck on this page then disconnect from eduroam and use the guest network (or mobile data).
+ UoN eduroam appears to block insecure websockets over the Internet which breaks this entire app.</p>
</template>
<template v-if="!started && !waitingForCode">
<h1>Join this game</h1>