fixing error message when passwords do not match / fixing placeholder image

This commit is contained in:
orangecoding
2026-05-02 20:00:11 +02:00
parent d7ee4f6909
commit 3de82dfa41
7 changed files with 15 additions and 14 deletions

View File

@@ -13,5 +13,3 @@ export function format(ts, showSeconds = true) {
...(showSeconds ? { second: 'numeric' } : {}),
}).format(ts);
}
export const roundToHour = (ts) => Math.ceil(ts / (1000 * 60 * 60)) * (1000 * 60 * 60);