mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12:22 -06:00
chore: fix lint
This commit is contained in:
parent
8921f4a764
commit
aaf28b0c95
@ -57,7 +57,11 @@ function IndexPopup() {
|
|||||||
|
|
||||||
const loadCredentialsFromStorage = useCallback(async () => {
|
const loadCredentialsFromStorage = useCallback(async () => {
|
||||||
chrome.storage.local.get(
|
chrome.storage.local.get(
|
||||||
[STORAGE_KEYS.BSKY_PASSWORD, STORAGE_KEYS.BSKY_USER_ID, STORAGE_KEYS.BSKY_SHOW_AUTH_FACTOR_TOKEN_INPUT],
|
[
|
||||||
|
STORAGE_KEYS.BSKY_PASSWORD,
|
||||||
|
STORAGE_KEYS.BSKY_USER_ID,
|
||||||
|
STORAGE_KEYS.BSKY_SHOW_AUTH_FACTOR_TOKEN_INPUT,
|
||||||
|
],
|
||||||
(result) => {
|
(result) => {
|
||||||
setPassword(result[STORAGE_KEYS.BSKY_PASSWORD] || "");
|
setPassword(result[STORAGE_KEYS.BSKY_PASSWORD] || "");
|
||||||
setIdentifier(result[STORAGE_KEYS.BSKY_USER_ID] || "");
|
setIdentifier(result[STORAGE_KEYS.BSKY_USER_ID] || "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user