| 4 | import { API_MODE } from './config'; |
| 5 | |
| 6 | export interface UserCredentials { |
| 7 | username: string; |
| 8 | email: string; |
| 9 | password: string; |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Create a user in an isolated browser context (for non-API mode) |
nothing calls this directly
no outgoing calls
no test coverage detected