chore: remove console.log
This commit is contained in:
		
							parent
							
								
									118e1e027e
								
							
						
					
					
						commit
						d3d456cca3
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -77,7 +77,6 @@ async function accept(): Promise<void> {
 | 
			
		|||
		const cbUrl = new URL(props.callback);
 | 
			
		||||
		if (['javascript:', 'file:', 'data:', 'mailto:', 'tel:'].includes(cbUrl.protocol)) throw new Error('invalid url');
 | 
			
		||||
		cbUrl.searchParams.set('session', props.session);
 | 
			
		||||
		console.log(cbUrl.href);
 | 
			
		||||
		location.href = cbUrl.href;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue