mirror of
				https://git.coolaj86.com/coolaj86/telebit.js.git
				synced 2025-11-03 10:12:46 +00:00 
			
		
		
		
	more descriptive wait message
This commit is contained in:
		
							parent
							
								
									19a42a596c
								
							
						
					
					
						commit
						00f3b3ab45
					
				@ -539,7 +539,7 @@ function getToken(err, state) {
 | 
			
		||||
          console.error(err);
 | 
			
		||||
          return;
 | 
			
		||||
        }
 | 
			
		||||
        console.info("waiting...");
 | 
			
		||||
        console.info(TPLS.remote.waiting.replace(/{email}/, state.config.email));
 | 
			
		||||
        next();
 | 
			
		||||
      });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -464,6 +464,8 @@ code = "
 | 
			
		||||
==============================================
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
waiting = "waiting for you to check your email..."
 | 
			
		||||
 | 
			
		||||
[remote.setup]
 | 
			
		||||
 | 
			
		||||
email = "Welcome!
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user