mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fixed server urls bug
This commit is contained in:
parent
9d50641a45
commit
4135356423
@ -3,6 +3,8 @@ import { StackServerApp } from '@stackframe/stack';
|
||||
export const stackServerApp = new StackServerApp({
|
||||
tokenStore: "nextjs-cookie",
|
||||
urls: {
|
||||
userHome: "/projects",
|
||||
afterSignIn: "/projects",
|
||||
afterSignUp: "/projects",
|
||||
afterSignOut: "/",
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user