Don't crash if email address has sub-address with special characters #44

Merged
olaven merged 3 commits from allow-sub-addresses-in-emails into main 2025-06-18 20:52:14 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit d065733879 - Show all commits

View File

@ -1,9 +1,8 @@
// deno-lint-ignore-file ban-ts-comment
import { STATUS_CODE } from "$fresh/server.ts";
import "jsr:@std/dotenv/load";
import { encodeHex } from "jsr:@std/encoding/hex";
import { getHostUrl } from "../utils.ts";
import { STATUS_CODE } from "$fresh/server.ts";
import { base } from "npm:@faker-js/faker";
const config = {
clientId: Deno.env.get("VIPPS_CLIENT_ID"),