Adds to form autocomplete="on" attribute and setting.
This commit is contained in:
		| @ -18,7 +18,7 @@ | ||||
|         </Authorized> | ||||
|         <NotAuthorized> | ||||
|             <ModuleMessage Message="@_passwordrequirements" Type="MessageType.Info" /> | ||||
|             <form @ref="form" class="@(validated ? "was-validated" : "needs-validation")" novalidate> | ||||
|             <form @ref="form" class="@(validated ? "was-validated" : "needs-validation")" autocomplete="on" novalidate> | ||||
|                 <div class="container"> | ||||
|                     <div class="row mb-1 align-items-center"> | ||||
|                         <Label Class="col-sm-3" For="username" HelpText="Your username. Note that this field can not be modified once it is saved." ResourceKey="Username"></Label> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Cody
					Cody