refactor: button to allow html attributes & refactor class names (#956)
This commit is contained in:
@@ -130,7 +130,7 @@ export const ConfirmPassword: FunctionComponent<Props> = observer(
|
||||
label={
|
||||
isRegistering ? 'Creating account...' : 'Create account & sign in'
|
||||
}
|
||||
type="primary"
|
||||
variant="primary"
|
||||
onClick={handleConfirmFormSubmit}
|
||||
disabled={isRegistering}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user