mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #2339 from bartbutenaers/master
Check auth type on opening
This commit is contained in:
		| @@ -170,6 +170,7 @@ | ||||
|             if (this.authType) { | ||||
|                 $('#node-input-useAuth').prop('checked', true); | ||||
|                 $("#node-input-authType-select").val(this.authType); | ||||
|                 $("#node-input-authType-select").change(); | ||||
|             } else { | ||||
|                 $('#node-input-useAuth').prop('checked', false); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user