+
+ کد ۶ رقمی به شماره{" "}
+
+ {mobile}
+ {" "}
+ ارسال شد
+
+
+ {!expired ? (
+
+ اعتبار کد:{" "}
+
+ {formatOtpCountdown(remaining)}
+
+
+ ) : (
+
+
+ کد منقضی شده است. لطفاً دوباره درخواست ارسال کد دهید.
+
+
+
+ )}
+
+ );
+}
diff --git a/src/components/auth/AuthPasswordInput.tsx b/src/components/auth/AuthPasswordInput.tsx
new file mode 100644
index 0000000..ee0abc2
--- /dev/null
+++ b/src/components/auth/AuthPasswordInput.tsx
@@ -0,0 +1,54 @@
+"use client";
+
+import React, { ComponentProps, useState } from "react";
+import Image from "next/image";
+import { cn } from "@/lib/utils";
+
+type AuthPasswordInputProps = Omit