Tonći Vatavuk 2021-09-02 20:50:16 +02:00
parent 3663f723e7
commit c74a53b301

View File

@ -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();
}
}