@inject AccountManager Account @inject AccountState AccountState
Guest accounts are session based, meaning that the account lives exclusively within the device and browser you create the account on. This is the only difference between guest and email accounts.
How would you like to proceed?
@if (AccountState.User != null) { /* This is an escape hatch in case user login fails in certain ways. */ }
}