Implement password change endpoint
* move email templates to server
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const formatDate = (date: Date) => {
|
||||
new Intl.DateTimeFormat("en", {
|
||||
dateStyle: "medium",
|
||||
timeStyle: "medium",
|
||||
}).format(date);
|
||||
};
|
||||
Reference in New Issue
Block a user