Home > borogove > Register > getForm
Register.getForm() method
Fetch registration form from the server. If you already know what fields your server wants, this is optional.
Signature:
getForm(): Promise<borogove markdown="1".Form | null>;
Returns:
Promise<borogove.Form | null>