mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fixed show configuration link
This commit is contained in:
parent
8848adf5cb
commit
92a4a18632
@ -856,7 +856,7 @@ export class StackClientInterface {
|
||||
|
||||
export function getProductionModeErrors(project: ProjectJson): ProductionModeError[] {
|
||||
const errors: ProductionModeError[] = [];
|
||||
const fixUrlRelative = `/projects/${project.id}/urls-and-callbacks`;
|
||||
const fixUrlRelative = `/projects/${project.id}/domains`;
|
||||
|
||||
if (project.evaluatedConfig.allowLocalhost) {
|
||||
errors.push({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user