We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1cfc1 commit 129372eCopy full SHA for 129372e
frontend/app/routes/home.users.create/route.tsx
@@ -139,7 +139,7 @@ const UserCreatePage = () => {
139
const handlePasswordGenButtonClick = () => {
140
const password = generatePassword();
141
clipborad.copy(password);
142
- // カウントダウンを正常に動かすために、29秒に設定
+ // コールバック関数の実行時間を考慮して、29秒に設定
143
setCounts(29);
144
successNotification('パスワードをコピーしました');
145
form.setValues({ password: password });
0 commit comments