enhanced scheduler to support one-time jobs, fixed pager component so that top/bottom have consistent UX, fixed Blazor theme z-index issues caused by input-group in Bootstrap 5, improved password reset instructions in email notification
This commit is contained in:
		| @ -19,9 +19,10 @@ | ||||
|             <label for="Confirm" class="control-label">@Localizer["Password.Confirm"] </label> | ||||
|             <input type="password" class="form-control" placeholder="Password" @bind="@_confirm" id="Confirm" required /> | ||||
|         </div> | ||||
|         <button type="button" class="btn btn-primary" @onclick="Reset">@Localizer["Password.Reset"]</button> | ||||
|         <button type="button" class="btn btn-secondary" @onclick="Cancel">@SharedLocalizer["Cancel"]</button> | ||||
|     </div> | ||||
|     <br /> | ||||
|     <button type="button" class="btn btn-primary" @onclick="Reset">@Localizer["Password.Reset"]</button> | ||||
|     <button type="button" class="btn btn-secondary" @onclick="Cancel">@SharedLocalizer["Cancel"]</button> | ||||
| </form> | ||||
|  | ||||
| @code { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker