mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 14:30:52 +01:00
switch to nuxt ui
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { z } from 'zod';
|
||||
import { z } from 'zod'
|
||||
|
||||
export const vaultDatabaseSchema = {
|
||||
export const vaultSchema = {
|
||||
password: z.string().min(6).max(255),
|
||||
name: z.string().min(1).max(255),
|
||||
path: z.string().min(4).endsWith('.db'),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user