LANCommander/LANCommander.Server/UI/Pages/Account/RedeemToken.razor

7 lines
152 B
Text
Raw Permalink Normal View History

@page "/RedeemToken/{code:guid}"
2026-05-12 19:57:43 -05:00
<p>Authentication successful. You may close this window.</p>
@code {
[Parameter] public Guid Code { get; set; }
}