Advertisement
saloev

ОШИБКИ ПРИ СТАРТЕ СБРОСА ПАРОЛЯ

Apr 30th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. FeaturesToggle._support._features['mail_auth'] = { current_version: 2, supported_version_list: [0, 1, 2], };
  2.  
  3. AuthAvailableList._setAvailableList(B.app.config.getActivePivotInfo(), [AUTH_AVAILABLE_LIST.phone_number, AUTH_AVAILABLE_LIST.mail]);
  4.  
  5. PLAYER.set({ ...PLAYER.get(), has_email: 1, email_mask: 'fe************1@gmail.com'});
  6.  
  7. addMockRequestList = (mock_list) => {
  8. for (const mock_request of mock_list) { FakeServer.addMockedRequest(mock_request.method, mock_request); }
  9. FakeServer.init({});
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement