cookie and session handling, password UI

This commit is contained in:
Max Peintner
2023-05-17 13:46:44 +02:00
parent 8a190e28c6
commit d3562b1f63
11 changed files with 338 additions and 61 deletions

View File

@@ -8,7 +8,6 @@ import {
import { ZitadelServer, createClient, getServers } from "../../server";
export const getSession = (server?: string | ZitadelServer) => {
console.log("init session");
let config;
if (server && typeof server === "string") {
const apps = getServers();