petalbid-frontend
    Preparing search index...

    Interface LoginPageProps

    Props for the LoginPage component.

    interface LoginPageProps {
        isRegisterPage: boolean;
    }
    Index

    Properties

    Properties

    isRegisterPage: boolean

    Determines if the component should render the registration form (true) or the login form (false).