mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUACAMOLE-96: Handle enrollment via QR code for unconfirmed users.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
<div class="totp-code-field">
|
||||
<input type="text" ng-model="model" autocorrect="off" autocapitalize="off"/>
|
||||
|
||||
<!-- QR Code (if available) -->
|
||||
<div class="totp-qr-code" ng-show="field.qrCode">
|
||||
<img ng-src="{{field.qrCode}}">
|
||||
</div>
|
||||
|
||||
<!-- Field for entry of the current TOTP code -->
|
||||
<div class="totp-code">
|
||||
<input type="text" ng-model="model" autocorrect="off" autocapitalize="off"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user