cleanup: заменить тестовый email на example.com в keycloak-auth-reference

This commit is contained in:
2026-06-03 13:40:41 +03:00
parent b7fe03f02d
commit c10b70f97a
+1 -1
View File
@@ -116,7 +116,7 @@ token_type: Bearer
```javascript ```javascript
MOCK_USERS = [ MOCK_USERS = [
{ clientId: 'WZ01325', companyName: 'Тест', email: 'tazet@narod.ru' }, { clientId: 'WZ01325', companyName: 'Тест', email: 'test@example.com' },
{ clientId: 'WZ01112', companyName: 'Нубес', email: 'admin@nubes.ru' } { clientId: 'WZ01112', companyName: 'Нубес', email: 'admin@nubes.ru' }
] ]
``` ```