Skip to content

Commit

Permalink
Fix impersonification
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Dec 14, 2024
1 parent 5642f96 commit b84c0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/student/impersonification-auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function ImpersonificationAuth({ children }: { children: ReactNode }) {
<div className="">
<StudentProvider
contest={contest}
participation={participation}
participation={{ ...participation, startingTime: new Date(0) }}
student={{ ...student, finishedAt: new Date(0) }}
setStudent={() => {}}
reset={() => {}}>
Expand Down

0 comments on commit b84c0e3

Please sign in to comment.