@page "/login" @* This is just a "virtual" route/page. The handling for that is @* MainLayout doing for us. We need to put that here so the router @* does not return the 404 page *@ @using Moonlight.App.Services.Interop @using Moonlight.App.Services @using Moonlight.App.Exceptions @using Moonlight.App.Database.Entities @using Moonlight.App.Models.Misc @using Moonlight.App.Services.Sessions @using System.ComponentModel.DataAnnotations @using Moonlight.App.Helpers @using Moonlight.App.Models.Forms @inject AlertService AlertService @inject UserService UserService @inject SmartTranslateService SmartTranslateService @inject CookieService CookieService @inject NavigationManager NavigationManager @inject OAuth2Service OAuth2Service