From 110d888dbd64cb1a30f2f6e15400235270c6f7b7 Mon Sep 17 00:00:00 2001 From: brantje Date: Wed, 14 Sep 2016 17:39:38 +0200 Subject: [PATCH] Remove manual input --- js/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/templates.js b/js/templates.js index e7ba911e..5aa3bb21 100644 --- a/js/templates.js +++ b/js/templates.js @@ -29,7 +29,7 @@ angular.module('views/partials/forms/edit_credential/files.html', []).run(['$tem angular.module('views/partials/forms/edit_credential/otp.html', []).run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('views/partials/forms/edit_credential/otp.html', - '
OTP Type

Current OTP settings
Type:{{storedCredential.otp.type}}
Label:{{storedCredential.otp.label}}
Issuer:{{storedCredential.otp.issuer}}
Secret:{{storedCredential.otp.secret}}
OTP:
'); + '
Upload your OTP qr code

Current OTP settings
Type:{{storedCredential.otp.type}}
Label:{{storedCredential.otp.label}}
Issuer:{{storedCredential.otp.issuer}}
Secret:{{storedCredential.otp.secret}}
OTP:
'); }]); angular.module('views/partials/forms/edit_credential/password.html', []).run(['$templateCache', function($templateCache) {