import * as React from 'react'; import I18n from 'i18n-js'; import Button from '../common/Button'; import buildRequestHeaders from '../../helpers/buildRequestHeaders'; interface Props { sendSetPasswordInstructionsEndpoint: string; authenticityToken: string; } const SetPasswordDialog = ({ sendSetPasswordInstructionsEndpoint, authenticityToken }: Props) => { return (
{ I18n.t('common.forms.auth.no_password_set') }