feat(launcher): add platform admin and public access flows

This commit is contained in:
DCCONSTRUCTIONS
2026-05-10 19:57:25 +03:00
parent a579e71b9b
commit fd1cc0b25a
8 changed files with 833 additions and 314 deletions
+1
View File
@@ -28,4 +28,5 @@ export interface CreateAccessRequestCommand {
middleName: string;
phone: string;
company: string;
password: string;
}