Skip to content

Commit

Permalink
Merge pull request #166 from lincbrain/ak-duration
Browse files Browse the repository at this point in the history
Bump duration of cookie response in UI
  • Loading branch information
kabilar authored May 11, 2024
2 parents 2931ab6 + b8e6f89 commit 9dba960
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 9dba960

Please sign in to comment.