This commit is contained in:
wukko 2023-06-07 22:06:21 +06:00
parent 8dbbbfc3c8
commit 92c0e1d7b7

View file

@ -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" } };
}