mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Database Setup Page (#2738)
* WIP * WIP: Database setup process * Add database setup page
This commit is contained in:
		@@ -86,6 +86,11 @@ export default {
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // Also don't need to connect to the socket.io for setup database page
 | 
			
		||||
            if (location.pathname === "/setup-database") {
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            this.socket.initedSocketIO = true;
 | 
			
		||||
 | 
			
		||||
            let protocol = (location.protocol === "https:") ? "wss://" : "ws://";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user