mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11: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) {
|
||||
e.preventDefault()
|
||||
}
|
||||
saveCredentialsToStorage()
|
||||
|
||||
const [{ url: currentUrl }] = await chrome.tabs.query({
|
||||
active: true,
|
||||
@ -121,7 +122,6 @@ function IndexPopup() {
|
||||
}
|
||||
} finally {
|
||||
setIsLoading(false)
|
||||
saveCredentialsToStorage()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user