Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

[Oauth] the 'exit' event always trigger before $http request return #544

@enkows

Description

@enkows

4d93e12

Maybe this works:

$http(...)
.success(function (data) {
  deferred.resolve(data);
})
.error(function (data, status) {
  deferred.reject("Problem authenticating");
})
.finally(function(){
  browserRef.close();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions