setShowChangePasswordModal(false)}
+ visible={showChangePasswordModal}
+ size={'small'}
+ centered={true}
+ onOk={changePassword}
+ >
+
+ handleInputChange('set_new_password', value)}
+ />
+ handleInputChange('set_new_password_confirmation', value)}
+ />
+ {turnstileEnabled ? (
+ {
+ setTurnstileToken(token);
+ }}
+ />
+ ) : (
+ <>>
+ )}
+
+