mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-25 05:30:16 +00:00
fix(frontend): tailscale prompt on every login (#888)
This commit is contained in:
@@ -18,7 +18,7 @@ const totpSchema = z.object({
|
||||
});
|
||||
|
||||
const tailscaleSchema = z.object({
|
||||
nodeName: z.string(),
|
||||
nodeName: z.string().optional(),
|
||||
});
|
||||
|
||||
export const userContextSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user