ソースを参照

Add username registration to InvitedForm

Shun Miyazawa 5 ヶ月 前
コミット
3760abe604
1 ファイル変更1 行追加0 行削除
  1. 1 0
      apps/app/src/client/components/InvitedForm.tsx

+ 1 - 0
apps/app/src/client/components/InvitedForm.tsx

@@ -111,6 +111,7 @@ export const InvitedForm = (props: InvitedFormProps): JSX.Element => {
             type="text"
             className="form-control"
             placeholder={t('User ID')}
+            {...register('username', { required: true })}
             required
           />
         </div>