btc, btb registration

This commit is contained in:
smanylov
2026-01-29 14:34:04 +07:00
parent 832c4b0e76
commit 8b68e37b89
6 changed files with 147 additions and 42 deletions
-1
View File
@@ -50,7 +50,6 @@ async function loadConfigFromBackend(): Promise<any> {
}
export async function getSignupFormSchema() {
console.log('get scheme');
if (cachedSignupSchema) {
return cachedSignupSchema;
}