Add Telegram auth flow to backoffice

This commit is contained in:
sdarbinyan
2026-06-21 01:41:58 +04:00
parent 09e8465577
commit fb570a32f5
18 changed files with 1353 additions and 12 deletions

View File

@@ -1,6 +1,9 @@
export const environment = {
production: false,
useMockData: true, // Set to false when backend is ready
useMockData: false,
apiUrl: '/api',
authApiUrl: '',
userSessionApiUrl: '',
telegramBot: 'myAMLKYCBOT',
marketplaceUrl: 'http://localhost:4200'
};