Merge pull request #1582 from leigh-pointer/1579
Fixes #1579 Exception when browsing to /login when you are already logged in
This commit is contained in:
commit
153934b311
@ -98,7 +98,10 @@
|
||||
{
|
||||
if (firstRender)
|
||||
{
|
||||
await username.FocusAsync();
|
||||
if(PageState.User == null)
|
||||
{
|
||||
await username.FocusAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user