mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fixed SAML issuer problem.
This commit is contained in:
		
							parent
							
								
									137e9cd2ed
								
							
						
					
					
						commit
						37e52696d9
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -130,7 +130,7 @@ module.exports.pluginHandler = function (parent) { | |||
|     obj.refreshJS = function (req, res) { | ||||
|         // to minimize server reboots when installing new plugins, we call the new data and overwrite the old pluginHandler on the front end
 | ||||
|         res.set('Content-Type', 'text/javascript'); | ||||
|         res.send('pluginHandlerBuilder = ' + obj.prepExports() + "\r\n" + ' pluginHandler = new pluginHandlerBuilder(); pluginHandler.callHook("onWebUIStartupEnd");'); | ||||
|         res.send('pluginHandlerBuilder = ' + obj.prepExports() + '\r\n' + ' pluginHandler = new pluginHandlerBuilder(); pluginHandler.callHook("onWebUIStartupEnd");'); | ||||
|     } | ||||
| 
 | ||||
|     obj.callHook = function (hookName, ...args) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue