fix: text for inherited auth

This commit is contained in:
Siddharth Gelera
2025-09-15 13:54:56 +05:30
parent 8425f9f37b
commit e08341d704

View File

@@ -100,7 +100,7 @@ const WSAuth = ({ item, collection }) => {
return (
<>
<div className="flex flex-row w-full mt-2 gap-2">
<div>Inherited auth not supported by gRPC. Using no auth instead.</div>
<div>Inherited auth not supported by WebSockets. Using no auth instead.</div>
</div>
</>
);