This commit is contained in:
parent
3663f723e7
commit
c74a53b301
|
@ -39,7 +39,6 @@
|
|||
if (_installation.Alias != null)
|
||||
{
|
||||
SiteState.Alias = _installation.Alias;
|
||||
StateHasChanged();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -54,6 +53,7 @@
|
|||
{
|
||||
var interop = new Interop(JSRuntime);
|
||||
SiteState.AntiForgeryToken = await interop.GetElementByName(Constants.RequestVerificationToken);
|
||||
StateHasChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user