feat: implement membership confirmation flow and update related functionalities
This commit is contained in:
@@ -10,6 +10,7 @@ const PathsSchema = z.object({
|
||||
passwordUpdate: z.string().min(1),
|
||||
updateAccount: z.string().min(1),
|
||||
updateAccountSuccess: z.string().min(1),
|
||||
membershipConfirmation: z.string().min(1),
|
||||
}),
|
||||
app: z.object({
|
||||
home: z.string().min(1),
|
||||
@@ -42,6 +43,7 @@ const pathsConfig = PathsSchema.parse({
|
||||
passwordUpdate: '/update-password',
|
||||
updateAccount: '/auth/update-account',
|
||||
updateAccountSuccess: '/auth/update-account/success',
|
||||
membershipConfirmation: '/auth/membership-confirmation',
|
||||
},
|
||||
app: {
|
||||
home: '/home',
|
||||
|
||||
Reference in New Issue
Block a user