mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12:22 -06:00
🐛 fixed a bug that prevented credentials from being saved
This commit is contained in:
parent
5494599161
commit
7713ccdefc
@ -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()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user