Skip to content

Commit 93c45af

Browse files
committed
Fix fuckups
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
1 parent 3facd4c commit 93c45af

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

assets/js/domUtils.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,9 @@ function openPopupAndHandleModal (loginModalPostLogin, loginModalPreLogin, provi
131131
}
132132

133133
function openMoosync (provider, showWarning) {
134-
// const res = window.open("moosync://" + getProviderRedirectURL(provider) + getQueryParams())
135-
const res = true
134+
const res = window.open("moosync://" + getProviderRedirectURL(provider) + getQueryParams())
136135
if (res) {
137-
// window.history.replaceState(null, null, '/')
136+
window.history.replaceState(null, null, '/')
138137
} else {
139138
if (showWarning) {
140139
alert('Failed to open Moosync. Check for blocked popup')

0 commit comments

Comments
 (0)