MOBILE-4290 login: Change QR help question order
This commit is contained in:
		
							parent
							
								
									e663ee1d9a
								
							
						
					
					
						commit
						e74940d2e0
					
				| @ -65,6 +65,14 @@ export class CoreLoginSiteHelpComponent implements AfterViewInit, OnDestroy { | ||||
|                     format: AnswerFormat.SafeHTML, | ||||
|                 }, | ||||
|             }, | ||||
|             canScanQR && { | ||||
|                 text: Translate.instant('core.login.faqwhereisqrcode'), | ||||
|                 answer: { | ||||
|                     text: Translate.instant('core.login.faqwhereisqrcodeanswer', { $image: qrCodeImageHtml }), | ||||
|                     format: AnswerFormat.SafeHTML, | ||||
|                     class: 'core-login-faqwhereisqrcodeanswer', | ||||
|                 }, | ||||
|             }, | ||||
|             { | ||||
|                 text: Translate.instant('core.login.faqsetupsitequestion'), | ||||
|                 answer: { | ||||
| @ -79,14 +87,6 @@ export class CoreLoginSiteHelpComponent implements AfterViewInit, OnDestroy { | ||||
|                     format: AnswerFormat.SafeHTML, | ||||
|                 }, | ||||
|             }, | ||||
|             canScanQR && { | ||||
|                 text: Translate.instant('core.login.faqwhereisqrcode'), | ||||
|                 answer: { | ||||
|                     text: Translate.instant('core.login.faqwhereisqrcodeanswer', { $image: qrCodeImageHtml }), | ||||
|                     format: AnswerFormat.SafeHTML, | ||||
|                     class: 'core-login-faqwhereisqrcodeanswer', | ||||
|                 }, | ||||
|             }, | ||||
|         ]; | ||||
| 
 | ||||
|         for (const question of questions) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user