Disposable-exec
Client login

Sign in to your Disposable-exec account

This page should stay focused on sign-in and registration only. Account management should happen only after successful authentication.

Existing customer login

Final production flow should authenticate with email and password, then enter account management.

Email/password authentication is not connected on this static frontend yet. Keep this page as the real login shell until the auth backend is ready.

What this page should do

This page should stay focused on login and registration only. It should not behave like a navigation hub.

  • Existing users sign in with email and password
  • New users start with registration
  • Account management happens after successful sign-in
  • Free and paid onboarding should later be handled inside the real auth flow

When the auth backend is ready, wire the sign-in button to your real login endpoint and the register button to your real registration flow.