fix/auth #7

Merged
vivy-agent merged 4 commits from fix/auth into main 2026-02-18 12:58:28 +07:00
8 changed files with 50 additions and 30 deletions
Showing only changes of commit 879afd94de - Show all commits

View File

@ -47,6 +47,7 @@ export const submitProviderCallback = async (
} catch (error) {
return {
success: false,
status: 500,
message: "Error submitting provider callback",
error: error,
};

View File

@ -2,7 +2,6 @@
import { backendFetch, BackendResponse } from "@/shared/helpers/backendFetch";
import { redirect } from "next/navigation";
import { cookies } from "next/headers";
export interface UserSession {
id: string;