Pārlūkot izejas kodu

Increase flash message display timeout to 8 seconds

The success/error banners (e.g. "Check your email for a link") were
dismissing after only 3 seconds, too quick to read comfortably.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
master
Daniel Covington pirms 2 dienas
vecāks
revīzija
b3051996dc
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      public/web.config
  2. +1
    -1
      public/web.config.production.template

+ 1
- 1
public/web.config Parādīt failu

@@ -14,7 +14,7 @@
<add key="Environment" value="Development" />

<!-- Flash message display duration in milliseconds -->
<add key="FlashMessageTimeout" value="3000" />
<add key="FlashMessageTimeout" value="8000" />

<!-- 404 error page redirect countdown in seconds -->
<add key="Error404RedirectSeconds" value="5" />


+ 1
- 1
public/web.config.production.template Parādīt failu

@@ -12,7 +12,7 @@
<add key="Environment" value="Production" />

<!-- Flash message display duration in milliseconds -->
<add key="FlashMessageTimeout" value="3000" />
<add key="FlashMessageTimeout" value="8000" />

<!-- 404 error page redirect countdown in seconds -->
<add key="Error404RedirectSeconds" value="5" />


Notiek ielāde…
Atcelt
Saglabāt

Powered by TurnKey Linux.