First stage of the new flow
This commit is contained in:
@@ -3,9 +3,9 @@ import { json, redirect } from '@sveltejs/kit';
|
||||
import {
|
||||
createAuthUrl,
|
||||
exchangeCodeForTokens,
|
||||
sendGmail,
|
||||
getOAuthClient
|
||||
} from '$lib/google';
|
||||
import { sendGmail } from '$lib/gmail';
|
||||
|
||||
/* ───────────── GET ───────────── */
|
||||
export const GET: RequestHandler = async ({ url }) => {
|
||||
|
||||
Reference in New Issue
Block a user