Merge branch 'v1.2'

This commit is contained in:
AJ ONeal 2017-11-16 20:46:38 +00:00
commit a7a9a16847
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ OAUTH3.urls.credentialMeta = function (directive, opts) {
.replace(':id', opts.email)
};
OAUTH3.authn = {};
OAUTH3.authn = OAUTH3.authn || {};
OAUTH3.authn.loginMeta = function (directive, opts) {
var url = OAUTH3.urls.credentialMeta(directive, opts);
return OAUTH3.request({