File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -406,37 +406,6 @@ export function AuthenticatorProofGenerator({
406406 </ div >
407407 ) }
408408
409- { status === "uploaded" && (
410- < div className = "space-y-4" >
411- < div className = "flex items-start gap-3 rounded-lg border border-primary/20 bg-primary/5 p-4" >
412- < CheckCircle2 className = "mt-0.5 h-5 w-5 text-primary" />
413- < div className = "flex-1 text-sm" >
414- < p className = "font-medium text-foreground" >
415- Proof Uploaded Successfully
416- </ p >
417- < p className = "mt-1 text-muted-foreground" >
418- The transaction device will execute the transaction
419- automatically.
420- </ p >
421- </ div >
422- </ div >
423-
424- < Button
425- onClick = { ( ) => {
426- setTxRequest ( null ) ;
427- setTotpCode ( "" ) ;
428- setProof ( null ) ;
429- setStatus ( "idle" ) ;
430- setCurrentQRIndex ( 0 ) ;
431- } }
432- variant = "outline"
433- className = "w-full"
434- >
435- Generate Another Proof
436- </ Button >
437- </ div >
438- ) }
439-
440409 { status === "uploaded" && (
441410 < div className = "space-y-4" >
442411 < div className = "flex items-start gap-3 rounded-lg border border-primary/20 bg-primary/5 p-4" >
You can’t perform that action at this time.
0 commit comments