Remove httpOnly setting from setCookie
This commit is contained in:
		| @ -22,7 +22,7 @@ namespace Oqtane.UI | ||||
|             { | ||||
|                 _jsRuntime.InvokeVoidAsync( | ||||
|                     "Oqtane.Interop.setCookie", | ||||
|                     name, value, days, secure, httpOnly, sameSite); | ||||
|                     name, value, days, secure, sameSite); | ||||
|                 return Task.CompletedTask; | ||||
|             } | ||||
|             catch | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Cody
					Cody