mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:04:30 -04:00
Shorten logout message
This commit is contained in:
parent
b879d3ea9d
commit
1921d0351e
@ -2096,7 +2096,6 @@ $LANG = array(
|
||||
'view_statement' => 'View Statement',
|
||||
'statement' => 'Statement',
|
||||
'statement_date' => 'Statement Date',
|
||||
'inactivity_logout' => 'Due to inactivity, you have been automatically logged out.',
|
||||
'mark_active' => 'Mark Active',
|
||||
'send_automatically' => 'Send Automatically',
|
||||
'initial_email' => 'Initial Email',
|
||||
|
@ -103,7 +103,7 @@
|
||||
$(function() {
|
||||
// auto-logout after 8 hours
|
||||
window.setTimeout(function() {
|
||||
window.location = '{{ URL::to('/logout?reason=inactivity') }}';
|
||||
window.location = '{{ URL::to('/logout?reason=inactive') }}';
|
||||
}, {{ 1000 * env('AUTO_LOGOUT_SECONDS', (60 * 60 * 8)) }});
|
||||
|
||||
// auto-hide status alerts
|
||||
|
Loading…
x
Reference in New Issue
Block a user