@inject AccountManager Account @inject AccountState AccountState
Guest accounts are session based, meaning that the account lives exclusively within the device and browser you play on as a guest. 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. */ }
}