Update tsconfig and AuthModal component for enhanced functionality

- Added new composable `usecontentdiscovery` and `contentsource` to support additional content sources in the application.
- Removed unused `isAmberSupported` from the AuthModal component to streamline the authentication process.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-12 14:26:52 +00:00
parent 35bc78b890
commit 53a88b012a
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ const props = withDefaults(defineProps<Props>(), {
const emit = defineEmits<Emits>()
const { login, loginWithNostr, register, isLoading: authLoading } = useAuth()
const { loginWithExtension, loginWithAmber, isAmberSupported } = useAccounts()
const { loginWithExtension, loginWithAmber } = useAccounts()
const mode = ref<'login' | 'register' | 'forgot'>(props.defaultMode)
const formData = ref({