fix: fixed stage
This commit is contained in:
parent
fcdc4476df
commit
0826eb5898
@ -47,7 +47,8 @@ public class PrepareUserState(PrepareUserService prepareUserService, MenuService
|
||||
{
|
||||
if (!user.IsLogged)
|
||||
{
|
||||
prepareUserService.Auth(update, ct);
|
||||
await prepareUserService.Auth(update, ct);
|
||||
return;
|
||||
}
|
||||
await menuService.RenderMenu(update, ct); //boilerplate
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user