Disabled not working qr code in user settings again

This commit is contained in:
Gina Häußge 2015-03-18 16:48:29 +01:00
parent c51c45b46d
commit 67fcb0c1a0

View file

@ -28,13 +28,13 @@
</div>
</div>
<!-- TODO Figure out issue where text isn't properly bound and hence the QR code is worthless -->
<!-- TODO Figure out issue where text isn't properly bound and hence the QR code is worthless
<div class="control-group">
<label class="control-label">{{ _('QR Code') }}</label>
<div class="controls">
<div data-bind="qrcode: {text: access_apikey, size: 150}"></div>
</div>
</div>
<!-- -->
-->
</fieldset>
</form>