Added keyboard markup to /delete_account
This commit is contained in:
parent
d5d87a8f3b
commit
5bec51beb2
@ -418,8 +418,16 @@ async def delete_account(
|
||||
if master_pass is None:
|
||||
return await send_tmp_message(bot, mes.chat.id, "Нет мастер пароля")
|
||||
|
||||
accounts = database.get.get_accounts(
|
||||
engine,
|
||||
mes.from_user.id,
|
||||
to_sort=True,
|
||||
)
|
||||
markup = markups.account_markup(accounts)
|
||||
bot_mes = await bot.send_message(
|
||||
mes.chat.id, "Отправьте название аккаунта, который вы хотите удалить"
|
||||
mes.chat.id,
|
||||
"Отправьте название аккаунта, который вы хотите удалить",
|
||||
reply_markup=markup,
|
||||
)
|
||||
|
||||
register_state(
|
||||
|
Reference in New Issue
Block a user