Skip to content

Commit

Permalink
Update ProfileResource.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Oct 5, 2024
1 parent 99740fd commit 5efd1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/nonononoki/alovoa/html/ProfileResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public ModelAndView profile() throws AlovoaException, InvalidKeyException, Illeg
mav.addObject("domain", domain);
mav.addObject("referralsLeft", referralsLeft);

mav.addObject("settings.ignoreIntention", ignoreIntention);

boolean showIntention = false;
Date now = new Date();
if (user.getDates().getIntentionChangeDate() == null
Expand Down

0 comments on commit 5efd1f8

Please sign in to comment.