Skip to content

Commit

Permalink
Merge pull request #167 from lincbrain/master
Browse files Browse the repository at this point in the history
Merge updated cookie expiration into production for UI
  • Loading branch information
aaronkanzer authored May 15, 2024
2 parents 8aa24c1 + 9dba960 commit 651d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/AppBar/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<v-list-item-action>
<v-icon>mdi-cookie</v-icon>
<span v-if="cookiesRequestSuccess == 1" style="color: green; margin-left: 10px;">
Success! Expires 1 hr
Success! Expires in 30 days
</span>
<span v-if="cookiesRequestSuccess == -1" style="color: red; margin-left: 10px;">
Unable to get cookies
Expand Down

0 comments on commit 651d1ae

Please sign in to comment.