7 lines
No EOL
152 B
Text
7 lines
No EOL
152 B
Text
@page "/RedeemToken/{code:guid}"
|
|
|
|
<p>Authentication successful. You may close this window.</p>
|
|
|
|
@code {
|
|
[Parameter] public Guid Code { get; set; }
|
|
} |