Fix Oops! (#5945)
This commit is contained in:
		
							parent
							
								
									f1d07dfbed
								
							
						
					
					
						commit
						585f3c3d3e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -59,7 +59,7 @@ export default class MiOS extends EventEmitter { | |||
| 			let me = null; | ||||
| 
 | ||||
| 			// Return when not signed in
 | ||||
| 			if (token == null) { | ||||
| 			if (token == null || token === 'null') { | ||||
| 				return done(); | ||||
| 			} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue