Skip to content

win.close() or win.hide() #15

@fkoji

Description

@fkoji

Thank you for your great library. But I have one problem.

After OAuth flow or cancel OAuth, my app doesn't accept any operation.
When show_login_toolbar option is true, the toolbar remains on screen after OAuth window has closed.

I think this problem is caused by win.close();

- win.close();
+ win.hide();

win.hide() is better. oauth-adapter also uses window.hide().

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions