Skip to content

Commit

Permalink
Fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed Jun 9, 2024
1 parent b9d55f2 commit d1dddc1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
"shortRemaining": "-{{timeLeft}}"
},
"turnstile": {
"description": "Please prove your humanity by completing the quick Captcha on the right. This is to keep sudo-flix safe!",
"description": "Please prove your humanity by completing the quick challenge, this is to keep sudo-flix safe.",
"error": "Failed to verify your humanity! Please try again.",
"title": "Are You a Robot 🤖?",
"verifyingHumanity": "Verifying your humanity... (^▽^)👍"
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { changeAppLanguage, useLanguageStore } from "@/stores/language";
import { ProgressSyncer } from "@/stores/progress/ProgressSyncer";
import { SettingsSyncer } from "@/stores/subtitles/SettingsSyncer";
import { ThemeProvider } from "@/stores/theme";
import { TurnstileProvider } from "@/stores/turnstile";

import {
extensionInfo,
Expand Down
1 change: 0 additions & 1 deletion src/stores/turnstile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export function isTurnstileInitialized() {
}

export async function getTurnstileToken() {
const turnstile = getTurnstile();
try {
const token = await useTurnstileStore.getState().getToken();

Expand Down

0 comments on commit d1dddc1

Please sign in to comment.