mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2026-06-04 03:28:00 -06:00
🐛 fixed a bug that prevented credentials from being saved
This commit is contained in:
+1
-1
@@ -59,6 +59,7 @@ function IndexPopup() {
|
|||||||
if(e) {
|
if(e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
}
|
}
|
||||||
|
saveCredentialsToStorage()
|
||||||
|
|
||||||
const [{ url: currentUrl }] = await chrome.tabs.query({
|
const [{ url: currentUrl }] = await chrome.tabs.query({
|
||||||
active: true,
|
active: true,
|
||||||
@@ -121,7 +122,6 @@ function IndexPopup() {
|
|||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
setIsLoading(false)
|
setIsLoading(false)
|
||||||
saveCredentialsToStorage()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user