mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-96: Open "otpauth" link when user clicks on barcode.
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|         <p translate="TOTP.HELP_ENROLL_BARCODE"></p> | ||||
|  | ||||
|         <!-- Barcode and key details --> | ||||
|         <div class="totp-qr-code"><img ng-src="{{field.qrCode}}"></div> | ||||
|         <div class="totp-qr-code"><img ng-src="{{field.qrCode}}" ng-click="openKeyURI()"></div> | ||||
|         <h3 class="totp-details-header"> | ||||
|             {{'TOTP.SECTION_HEADER_DETAILS' | translate}} | ||||
|             <a class="totp-show-details" ng-click="showDetails()">{{'TOTP.ACTION_SHOW_DETAILS' | translate}}</a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user