add new yandex auth

This commit is contained in:
smanylov
2026-03-11 18:21:19 +07:00
parent e8f4f9939f
commit 9fbb74ba60
8 changed files with 156 additions and 20 deletions
-1
View File
@@ -4,7 +4,6 @@ import { API_BASE_URL } from '@/app/actions/definitions';
import { createSession } from '@/app/actions/session';
import { redirect } from 'next/navigation';
export async function YandexAuthorization(data: any, codeVerifier: string) {
console.log(data);