Merge branch 'v1.2'
This commit is contained in:
commit
a7a9a16847
|
@ -294,7 +294,7 @@ OAUTH3.urls.credentialMeta = function (directive, opts) {
|
||||||
.replace(':id', opts.email)
|
.replace(':id', opts.email)
|
||||||
};
|
};
|
||||||
|
|
||||||
OAUTH3.authn = {};
|
OAUTH3.authn = OAUTH3.authn || {};
|
||||||
OAUTH3.authn.loginMeta = function (directive, opts) {
|
OAUTH3.authn.loginMeta = function (directive, opts) {
|
||||||
var url = OAUTH3.urls.credentialMeta(directive, opts);
|
var url = OAUTH3.urls.credentialMeta(directive, opts);
|
||||||
return OAUTH3.request({
|
return OAUTH3.request({
|
||||||
|
|
Loading…
Reference in New Issue