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',
- '
Current OTP settings
Type: | {{storedCredential.otp.type}} |
Label: | {{storedCredential.otp.label}} |
Issuer: | {{storedCredential.otp.issuer}} |
Secret: | {{storedCredential.otp.secret}} |
OTP: | |
');
+ '
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) {