mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 21:51:36 +08:00
Removed unused variable
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
b5d8ba8e46
commit
216c8ff8b5
2 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,6 @@
|
|||
secret: '=secret',
|
||||
inputField: '=useInput',
|
||||
inputFieldplaceholder: '=inputPlaceholder',
|
||||
isURL: '=isurl'
|
||||
},
|
||||
restrict: 'A',
|
||||
replace: 'true',
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
<div class="row" ng-show="credential.url">
|
||||
<div class="col-xs-4 col-md-3 col-lg-3">{{ 'url' | translate}}</div>
|
||||
<div class="col-xs-8 col-md-9 col-lg-9">
|
||||
<span credential-field value="credential.url" isurl="true"></span>
|
||||
<span credential-field value="credential.url"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue