don't overwrite existing authn
This commit is contained in:
parent
b7aa754c48
commit
82ed16e162
|
@ -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