Skip to content

Commit

Permalink
MODIFY: adds pending state, but will revisit again since it might be …
Browse files Browse the repository at this point in the history
…a junk code
  • Loading branch information
srkuleo committed Aug 28, 2024
1 parent b4e9930 commit 04a1356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type CreateWorkoutType = z.infer<typeof CreateWorkoutSchema>;
//Auth types and schemas

export type AuthActionResponse = {
status?: "success" | "error" | "success-redirect";
status?: "success" | "error" | "success-redirect" | "pending";
errors?: {
username?: string[];
email?: string[];
Expand Down

0 comments on commit 04a1356

Please sign in to comment.