@using SimpleIdServer.IdServer.Domains; @using SimpleIdp.Resources @model SimpleIdServer.IdServer.UI.ViewModels.DeviceCodeViewModel @{ ViewBag.Title = LayoutResource.deviceauth; Layout = "~/Views/Shared/_CommonLayout.cshtml"; }