Merge branch 'discover-pixel' into v1.2-next
This commit is contained in:
		
						commit
						77c64df163
					
				| @ -1300,10 +1300,10 @@ | |||||||
|         // The username may have a single @, the provider may not
 |         // The username may have a single @, the provider may not
 | ||||||
|         // user@thing.com@whatever.com -> user@thing.com, whatever.com
 |         // user@thing.com@whatever.com -> user@thing.com, whatever.com
 | ||||||
|         issuer = parts.pop(); |         issuer = parts.pop(); | ||||||
|         subject = parts.join(''); |         subject = parts.join('@'); | ||||||
|       } else { |       } else { | ||||||
|         //subject = '';
 |         //subject = '';
 | ||||||
|         issuer = parts.join(''); |         issuer = parts.join('@'); | ||||||
|       } |       } | ||||||
| 
 | 
 | ||||||
|       return { subject: subject, issuer: issuer }; |       return { subject: subject, issuer: issuer }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user