ваше сообщение коммита

This commit is contained in:
2025-06-01 15:13:52 +03:00
parent 03ea1cf726
commit 2507d776e0
32 changed files with 1832 additions and 445 deletions

View File

@@ -1,12 +1,12 @@
import { ref, onUnmounted } from 'vue';
import api from '../api/axios';
import { useAuth } from './useAuth';
import { useAuthContext } from './useAuth';
import { useNotifications } from './useNotifications';
export function useAuthFlow(options = {}) {
const { onAuthSuccess } = options; // Callback после успешной аутентификации/привязки
const auth = useAuth();
const auth = useAuthContext();
const { showSuccessMessage, showErrorMessage } = useNotifications();
// Состояния Telegram