feat: simplify Be Citizen flow - remove wallet steps, add seed phrase input

- Remove wallet setup/create/import/connect steps from CitizenPage
- Add privacy notice banner with Shield icon to form
- Add seed phrase textarea with mnemonic validation
- CitizenProcessing creates keypair directly from seed phrase
- CitizenSuccess shows 3-step next process info
- Add /citizens path support alongside ?page=citizen
- Update bot URL to /citizens
- Add 10 new i18n keys in all 6 languages
This commit is contained in:
2026-02-14 23:24:59 +03:00
parent f864ed6804
commit 8f4b9087f3
16 changed files with 221 additions and 114 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ async function sendKrdWelcome(token: string, chatId: number) {
[
{
text: '🏛️ Be Citizen / Bibe Welatî',
web_app: { url: `${appUrl}?page=citizen` },
web_app: { url: `${appUrl}/citizens` },
},
],
],