mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-08 16:13:34 +08: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