fix(frontend): tailscale prompt on every login (#888)

This commit is contained in:
Scott McKendry
2026-05-22 06:02:46 +12:00
committed by GitHub
parent c9e90547d4
commit 8849d7e00f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const totpSchema = z.object({
});
const tailscaleSchema = z.object({
nodeName: z.string(),
nodeName: z.string().optional(),
});
export const userContextSchema = z.object({