mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 23:18:48 +00:00
Revert "데모용 임시 회원가입 구현"
This reverts commit eb913366646f43fda669f0550788e0888c44b95a.
This commit is contained in:
@@ -12,13 +12,6 @@ export const loginRequest = z.object({
|
||||
});
|
||||
export type LoginRequest = z.infer<typeof loginRequest>;
|
||||
|
||||
export const registerRequest = z.object({
|
||||
email: z.string().email(),
|
||||
nickname: z.string().trim().min(2).max(8),
|
||||
password: z.string().trim().nonempty(),
|
||||
});
|
||||
export type RegisterRequest = z.infer<typeof registerRequest>;
|
||||
|
||||
export const sessionUpgradeRequest = z.object({
|
||||
encPubKey: z.string().base64().nonempty(),
|
||||
sigPubKey: z.string().base64().nonempty(),
|
||||
|
||||
Reference in New Issue
Block a user