mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix
This commit is contained in:
parent
0af77c1d84
commit
76fc55a082
@ -1,6 +1,6 @@
|
||||
import { StackClientApp } from "@stackframe/js";
|
||||
import { it, localRedirectUrl } from "../helpers";
|
||||
import { afterEach, vi } from "vitest";
|
||||
import { it, localRedirectUrl } from "../helpers";
|
||||
|
||||
const withHostedDomainSuffix = async (callback: () => Promise<void>) => {
|
||||
const oldHostedHandlerDomainSuffix = process.env.NEXT_PUBLIC_STACK_HOSTED_HANDLER_DOMAIN_SUFFIX;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user