@@ -297,7 +297,7 @@ async function fetchPrinters() {
allPrinters=Array.isArray(data)?data:[];
if(!allPrinters.length){
alert("No printers returned for this password.");
alert("No printers returned. Verify credentials/allowlist, or try again in a moment.");
return;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.