Skip to content

Commit

Permalink
Fix cache invalidation accepted toh
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Jan 11, 2024
1 parent 0633b6e commit e350f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/AdminDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ export default function AdminDashboard() {
userUpdate({
user_uid: authUser.uid,
accepted_toh: true,
}).then(() => {
authUserRefresh();
});
},
submit: true,
Expand Down

0 comments on commit e350f56

Please sign in to comment.