feat: allow redirecting to preset

This commit is contained in:
Carlos Valente
2025-02-21 14:34:57 +01:00
committed by Carlos Valente
parent 88b8e83494
commit b8d7324be0
8 changed files with 152 additions and 64 deletions
@@ -4,6 +4,7 @@ export type Client = {
name: string;
type: ClientType;
identify: boolean;
origin: string;
path: string;
};