mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:25:58 +00:00
Update packages/zitadel-server/src/v2/settings/settings.ts
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
import { ZitadelServer, createClient, getServers } from "../../server";
|
||||
|
||||
export const getSettings = (server?: string | ZitadelServer) => {
|
||||
console.log("init settings");
|
||||
let config;
|
||||
if (server && typeof server === "string") {
|
||||
const apps = getServers();
|
||||
|
||||
Reference in New Issue
Block a user