File tree Expand file tree Collapse file tree 3 files changed +43
-17
lines changed
infrastructure/eid-wallet/src/routes/(app)/scan-qr
platforms/blabsy/src/components/login Expand file tree Collapse file tree 3 files changed +43
-17
lines changed Original file line number Diff line number Diff line change 499499
500500<AppNav title =" Scan QR Code" titleClasses =" text-white" iconColor =" white" />
501501
502- <svg
503- class =" mx-auto mt-48"
504- width =" 204"
505- height =" 215"
506- viewBox =" 0 0 204 215"
507- fill =" none"
508- xmlns =" http://www.w3.org/2000/svg"
502+ <div
503+ class =" flex flex-col justify-center items-center min-h-[calc(100vh-200px)] pb-20"
509504>
510- <path d ="M46 4H15C8.92487 4 4 8.92487 4 15V46" {...pathProps } />
511- <path d ="M158 4H189C195.075 4 200 8.92487 200 15V46" {...pathProps } />
512- <path d ="M46 211H15C8.92487 211 4 206.075 4 200V169" {...pathProps } />
513- <path d ="M158 211H189C195.075 211 200 206.075 200 200V169" {...pathProps } />
514- </svg >
515-
516- <h4 class =" text-white font-semibold text-center mt-20" >
517- Point the camera at the code
518- </h4 >
505+ <svg
506+ class =" mx-auto"
507+ width =" 204"
508+ height =" 215"
509+ viewBox =" 0 0 204 215"
510+ fill =" none"
511+ xmlns =" http://www.w3.org/2000/svg"
512+ >
513+ <path d ="M46 4H15C8.92487 4 4 8.92487 4 15V46" {...pathProps } />
514+ <path d ="M158 4H189C195.075 4 200 8.92487 200 15V46" {...pathProps } />
515+ <path d ="M46 211H15C8.92487 211 4 206.075 4 200V169" {...pathProps } />
516+ <path
517+ d =" M158 211H189C195.075 211 200 206.075 200 200V169"
518+ {...pathProps }
519+ />
520+ </svg >
521+
522+ <h4 class =" text-white font-semibold text-center mt-20" >
523+ Point the camera at the code
524+ </h4 >
525+ </div >
519526
520527<!-- code scanned drawer -->
521528<Drawer
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export function LoginMain(): JSX.Element {
3535 process . env . NEXT_PUBLIC_BASE_URL
3636 ) . toString ( )
3737 ) ;
38+ console . log ( "getting offer data" )
3839 setQr ( data . uri ) ;
3940 watchEventStream (
4041 new URL ( data . uri ) . searchParams . get ( 'session' ) as string
You can’t perform that action at this time.
0 commit comments