Hiyve Components - v1.0.0
    Preparing search index...
    • Email and password login form with built-in error handling.

      Fires onTfaRequired when the server requests two-factor verification, and onSuccess when authentication completes without TFA.

      Parameters

      Returns Element

      Key Features:

      • Password visibility toggle
      • Inline error display with dismissible alerts
      • Optional "Forgot password" and "Register" navigation links
      • Fully customizable labels, colors, styles, and icons
      <LoginForm
      onSuccess={(user) => navigate('/dashboard')}
      onTfaRequired={() => navigate('/verify')}
      onForgotPassword={() => navigate('/forgot-password')}
      onRegister={() => navigate('/register')}
      />