...
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
<h3>Verification</h3>
|
||||
@using Shared.DTOs
|
||||
@page "/Verification/{model}"
|
||||
<h3>Verification</h3>
|
||||
|
||||
@code {
|
||||
|
||||
[Parameter]
|
||||
public VerificationCodeDto? model { get; set; }
|
||||
protected override async Task OnParametersSetAsync()
|
||||
{
|
||||
var dfsf = model;
|
||||
await base.OnParametersSetAsync();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user