ChangePasswordForm

Domain

Current password + new password + confirm fields with match validation and server-error banner.

Default

Preview

Change Password

Code
<ChangePasswordForm onSubmit={handleSubmit} />

Server error

Preview

Change Password

Code
<ChangePasswordForm onSubmit={handleSubmit} error="Current password is incorrect." />
Sourcemodules/domains/common/auth/ChangePasswordForm.tsx