Skip to content

Commit fb939cc

Browse files
committed
fix(*): remove the unwanted js comments
1 parent 8ee8966 commit fb939cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/components/auth/TokenVerifyPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export default function TokenVerifyPage({
153153
/>
154154

155155
<div className="px-8 py-10">
156-
{/* Icon */}
157156
<div className="flex justify-center mb-5">
158157
<div
159158
className={`w-16 h-16 rounded-full flex items-center justify-center transition-all duration-500 ${
@@ -188,7 +187,6 @@ export default function TokenVerifyPage({
188187
{status === "error" && error}
189188
</p>
190189

191-
{/* Progress bar */}
192190
{status === "success" && (
193191
<div className="mt-6 flex justify-center">
194192
<div className="h-1 w-32 rounded-full bg-neutral-100 overflow-hidden">
@@ -200,7 +198,6 @@ export default function TokenVerifyPage({
200198
</div>
201199
)}
202200

203-
{/* Pulsing dots */}
204201
{status === "verifying" && (
205202
<div className="mt-6 flex justify-center gap-1.5">
206203
{[0, 1, 2].map((i) => (

0 commit comments

Comments
 (0)