fix missing query.parse
This commit is contained in:
		
							parent
							
								
									4eb078424a
								
							
						
					
					
						commit
						f7a57f08d9
					
				| @ -1,8 +1,8 @@ | |||||||
| (function () { | ;(function () { | ||||||
| 	"use strict"; | 	'use strict'; | ||||||
| 
 | 
 | ||||||
| 	var loc = window.location; | 	var loc = window.location; | ||||||
| 	var loginWinObj = window.OAUTH3_CORE.queryparse(loc.hash || loc.search); | 	var loginWinObj = window.OAUTH3.query.parse(loc.hash || loc.search); | ||||||
|   var prefix = "(" + window.location.hostname + ") [.well-known/oauth3/callback.html]"; |   var prefix = "(" + window.location.hostname + ") [.well-known/oauth3/callback.html]"; | ||||||
| 
 | 
 | ||||||
|   if (loginWinObj.debug) { |   if (loginWinObj.debug) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user