Skip to content

Commit

Permalink
[MM-58371] autoclose connection confirmation window (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienTant authored May 24, 2024
1 parent 0b4160f commit 01d4de7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/account-connected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html>
<head>
<script>
setTimeout(() => {
window.close();
}, 1);


function closeInfoPage() {
document.getElementById("close-window").classList.remove("msteams-sync-hidden");
document.getElementById("info-window").classList.add("msteams-sync-hidden");
Expand Down

0 comments on commit 01d4de7

Please sign in to comment.