Skip to content

Commit

Permalink
[MI-2561] Fixed the issue of new Oauth tab not closing automatically …
Browse files Browse the repository at this point in the history
…in some browsers (#24) (#135)
  • Loading branch information
manojmalik20 authored Apr 12, 2023
1 parent 788729d commit c6f41cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/plugin/oAuth.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ func (p *Plugin) CloseBrowserWindowWithHTTPResponse(w http.ResponseWriter) {
<html>
<head>
<script>
window.open('','_parent','');
window.close();
</script>
</head>
Expand Down

0 comments on commit c6f41cc

Please sign in to comment.