handle focus error on blazor web assembly when verifying email address
This commit is contained in:
parent
f5e13c25a7
commit
b08d91a218
|
@ -166,6 +166,7 @@
|
||||||
{
|
{
|
||||||
if (firstRender && PageState.User == null && _allowsitelogin)
|
if (firstRender && PageState.User == null && _allowsitelogin)
|
||||||
{
|
{
|
||||||
|
if(!string.IsNullOrEmpty(username.Id))
|
||||||
await username.FocusAsync();
|
await username.FocusAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user