From 92c0e1d7b7df262fcd82ea7f5cf8c58c6d2ad744 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 7 Jun 2023 22:06:21 +0600 Subject: [PATCH] ugh --- src/modules/stream/manage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/stream/manage.js b/src/modules/stream/manage.js index 26dfc08..ed2d290 100644 --- a/src/modules/stream/manage.js +++ b/src/modules/stream/manage.js @@ -54,7 +54,7 @@ export function verifyStream(ip, id, hmac, exp) { return streamInfo; } } - return { error: 'Unauthorized', status: 401 }; + return { error: "i couldn't verify whether you have access to this stream. try again or refresh the page!", status: 401 }; } catch (e) { return { status: 500, body: { status: "error", text: "Internal Server Error" } }; }