Reuse credentialBasePath

This commit is contained in:
Michael Abashian 2016-07-05 11:42:51 -04:00
parent fcad385bcb
commit 6fcf97d233

View File

@ -99,7 +99,7 @@
CredentialList.basePath = credentialBasePath;
LookUpInit({
scope: $scope,
url: GetBasePath('credentials') + (source === '' ? '' : '?kind=' + source),
url: credentialBasePath,
form: form,
list: CredentialList,
field: 'credential',