Remove dummy state
This commit is contained in:
parent
7fb967f572
commit
316b520b17
|
|
@ -155,7 +155,7 @@ function oauth_is_logged_in() {
|
|||
|
||||
|
||||
function oauth_initiateLogin() {
|
||||
mgr.signinRedirect({ state: { foo: "bar" } /*, useReplaceToNavigate: true*/ }).then(function() {
|
||||
mgr.signinRedirect({ state: { } /*, useReplaceToNavigate: true*/ }).then(function() {
|
||||
log("signinRedirect done");
|
||||
}).catch(function(err) {
|
||||
console.error(err);
|
||||
|
|
|
|||
Loading…
Reference in New Issue