Skip to content

Commit

Permalink
Merge pull request #277 from choiyoubin/test
Browse files Browse the repository at this point in the history
Fix:Timer 시간 수정
  • Loading branch information
choiyoubin authored Mar 26, 2024
2 parents c074872 + d4d3889 commit 7d5226e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Authentication/UserInputNumber.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import RedButton from "./RedButton";
import "./UserInputNumber.css";
import UserInputNumberMessage from "./UserInputNumberMessage";

const TIMER_DURATION = 600; //타이머 시간 설정(600초)
const TIMER_DURATION = 180; //타이머 시간 설정(600초)

const UserInputNumber = () => {
const [chkButton, setChkButton] = useState(false); // 인증버튼 클릭 여부
Expand Down

0 comments on commit 7d5226e

Please sign in to comment.