Skip to content

Commit

Permalink
Amend /admin to redirect to /admin/users (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Sep 27, 2023
1 parent 2579048 commit e56222b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace TeacherIdentity.AuthServer.Pages.Admin;

public class IndexModel : PageModel
{
public IActionResult OnGet() => RedirectToPage("/Admin/Clients");
public IActionResult OnGet() => RedirectToPage("/Admin/Users");
}

0 comments on commit e56222b

Please sign in to comment.