Skip to content

Commit 129372e

Browse files
committed
fix: help comment
1 parent 6f1cfc1 commit 129372e

File tree

1 file changed

+1
-1
lines changed
  • frontend/app/routes/home.users.create

1 file changed

+1
-1
lines changed

frontend/app/routes/home.users.create/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const UserCreatePage = () => {
139139
const handlePasswordGenButtonClick = () => {
140140
const password = generatePassword();
141141
clipborad.copy(password);
142-
// カウントダウンを正常に動かすために、29秒に設定
142+
// コールバック関数の実行時間を考慮して、29秒に設定
143143
setCounts(29);
144144
successNotification('パスワードをコピーしました');
145145
form.setValues({ password: password });

0 commit comments

Comments
 (0)