@page "/register/{role}" @using HealthcareManagerUI.Models @using HealthcareManagerUI.Services.Authentication @using HealthcareManagerUI.Components.Layout @layout AuthLayout @inject IAuthenticationService AuthenticationService @inject NavigationManager NavigationManager