mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-04 05:53:21 +00:00 
			
		
		
		
	https error handling in domain
This commit is contained in:
		@@ -9,6 +9,7 @@
 | 
			
		||||
		        window.location.href = 'https://' + data["domain"];
 | 
			
		||||
		    } else {
 | 
			
		||||
		        dialogs.prompt('Enter the URL for your Zulip server', function(url) {
 | 
			
		||||
		        	url = url.replace(/^https?:\/\//,'')
 | 
			
		||||
		            db.push("/domain", url);
 | 
			
		||||
		            window.location.href = 'https://' + url ;
 | 
			
		||||
		        })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user