Authentication And Serive Engineer Portal is added
This commit is contained in:
@@ -7,7 +7,7 @@ import {Props} from "@/constants/types"
|
||||
|
||||
export default function VerifyCode({ onBack }: Props) {
|
||||
const [timer, setTimer] = useState(30);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
if (timer === 0) return;
|
||||
|
||||
@@ -78,7 +78,8 @@ export default function VerifyCode({ onBack }: Props) {
|
||||
Trust this device for 30 days
|
||||
</label>
|
||||
|
||||
<Button className="h-10 w-full rounded-xl bg-gradient-to-r from-teal-400 to-emerald-400 font-semibold text-black">
|
||||
<Button
|
||||
className="h-10 w-full rounded-xl bg-gradient-to-r from-teal-400 to-emerald-400 font-semibold text-black">
|
||||
Verify & Continue
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user