mirror of
				https://git.coolaj86.com/coolaj86/telebit.js.git
				synced 2025-11-04 02:32:47 +00:00 
			
		
		
		
	typo bugfix
This commit is contained in:
		
							parent
							
								
									4bec2d1fa2
								
							
						
					
					
						commit
						8a1d9feb26
					
				@ -99,7 +99,7 @@ function serveControls() {
 | 
				
			|||||||
      , ssh: state.config.sshAuto || 'disabled'
 | 
					      , ssh: state.config.sshAuto || 'disabled'
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (/\btelebit\.cloud\b/i.test(conf.relay) && state.config.email && !state.token) {
 | 
					      if (/\btelebit\.cloud\b/i.test(state.config.relay) && state.config.email && !state.token) {
 | 
				
			||||||
        dumpy.code = "AWAIT_AUTH";
 | 
					        dumpy.code = "AWAIT_AUTH";
 | 
				
			||||||
        dumpy.message = "Check your email. You must verify your email address to activate this device.";
 | 
					        dumpy.message = "Check your email. You must verify your email address to activate this device.";
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user