mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Hide projects dialog when opening proj with invalid encrypt key
This commit is contained in:
		| @@ -1606,6 +1606,11 @@ RED.projects = (function() { | ||||
|                     done(null,data); | ||||
|                 }, | ||||
|                 400: { | ||||
|                     'credentials_load_failed': function(data) { | ||||
|                         dialog.dialog( "close" ); | ||||
|                         RED.events.emit("project:change", {name:name}); | ||||
|                         done(null,data); | ||||
|                     }, | ||||
|                     '*': done | ||||
|                 }, | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user