add company user registration, update phone validation

This commit is contained in:
smanylov
2026-02-05 14:53:43 +07:00
parent c7a0131624
commit c24a4febc9
6 changed files with 440 additions and 32 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ async function loadConfigFromBackend(accountType?: 'b2b' | 'b2c'): Promise<any>
return await response.json();
} catch (error) {
//сейчас выполняем это пока бека нету
console.error('Using default validation config:', error);
/* console.error('Using default validation config:', error); */
return defaultConfig;
}
}